Searched refs:ov7670_formats (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dov7670.c583 } ov7670_formats[] = { variable in typeref:struct:ov7670_format_struct
613 #define N_OV7670_FMTS ARRAY_SIZE(ov7670_formats)
744 ofmt = ov7670_formats + fmt->index;
762 if (ov7670_formats[index].pixelformat == pix->pixelformat)
767 pix->pixelformat = ov7670_formats[0].pixelformat;
770 *ret_fmt = ov7670_formats + index;
792 pix->bytesperline = pix->width*ov7670_formats[index].bpp;
1484 info->fmt = &ov7670_formats[0];

Completed in 31 milliseconds