Lines Matching refs:formats
73 static struct pxp_fmt formats[] = {
160 #define NUM_FORMATS ARRAY_SIZE(formats)
192 fmt = &formats[k];
200 return &formats[k];
309 /* Missing V4L2 pixel formats for ARGB1555 and ARGB4444 */
974 * horizontally chroma subsampled formats.
1146 if (formats[i].types & type) {
1160 fmt = &formats[i];
1282 f->fmt.pix.pixelformat = formats[0].fourcc;
1310 f->fmt.pix.pixelformat = formats[0].fourcc;
1683 ctx->q_data[V4L2_M2M_SRC].fmt = &formats[0];
1687 pxp_bytesperline(&formats[0], 640);
1689 pxp_sizeimage(&formats[0], 640, 480);