Searched refs:zoran_formats (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/media/pci/zoran/
H A Dzoran_driver.c60 const struct zoran_format zoran_formats[] = { variable in typeref:struct:zoran_format
137 #define NUM_FORMATS ARRAY_SIZE(zoran_formats)
262 if (fmt->index >= ARRAY_SIZE(zoran_formats))
268 if (zoran_formats[i].flags & flag && num++ == fmt->index) {
269 strscpy(fmt->description, zoran_formats[i].name,
272 fmt->pixelformat = zoran_formats[i].fourcc;
273 if (zoran_formats[i].flags & ZORAN_FORMAT_COMPRESSED)
405 if (zoran_formats[i].fourcc == fmt->fmt.pix.pixelformat)
413 fmt->fmt.pix.pixelformat = zoran_formats[i].fourcc;
414 fmt->fmt.pix.colorspace = zoran_formats[
[all...]
H A Dzoran_device.h46 extern const struct zoran_format zoran_formats[];
H A Dzoran_card.c36 extern const struct zoran_format zoran_formats[];
962 zr->v4l_settings.format = &zoran_formats[7]; /* YUY2 - YUV-4:2:2 packed */

Completed in 144 milliseconds