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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov7670.c501 } ov7670_formats[] = { variable in typeref:struct:ov7670_format_struct
531 #define N_OV7670_FMTS ARRAY_SIZE(ov7670_formats)
662 ofmt = ov7670_formats + fmt->index;
679 if (ov7670_formats[index].pixelformat == pix->pixelformat)
684 *ret_fmt = ov7670_formats + index;
709 pix->bytesperline = pix->width*ov7670_formats[index].bpp;
1273 info->fmt = &ov7670_formats[0];

Completed in 107 milliseconds