Searched defs:saa7134_format (Results 1 – 1 of 1) sorted by relevance
100 struct saa7134_format { struct101 unsigned int fourcc;102 unsigned int depth;103 unsigned int pm;104 unsigned int vshift; /* vertical downsampling (for planar yuv) */105 unsigned int hshift; /* horizontal downsampling (for planar yuv) */106 unsigned int bswap:1;107 unsigned int wswap:1;108 unsigned int yuv:1;109 unsigned int planar:1;[all …]