Lines Matching refs:formats
65 static struct pxp_fmt formats[] = {
152 #define NUM_FORMATS ARRAY_SIZE(formats)
177 fmt = &formats[k];
185 return &formats[k];
268 /* Missing V4L2 pixel formats for ARGB1555 and ARGB4444 */
850 * horizontally chroma subsampled formats.
1043 if (formats[i].types & type) {
1057 fmt = &formats[i];
1179 f->fmt.pix.pixelformat = formats[0].fourcc;
1207 f->fmt.pix.pixelformat = formats[0].fourcc;
1538 ctx->q_data[V4L2_M2M_SRC].fmt = &formats[0];
1542 pxp_bytesperline(&formats[0], 640);
1544 pxp_sizeimage(&formats[0], 640, 480);