Lines Matching refs:formats
55 /* Pixel alignment for non-bayer formats */
59 /* Pixel alignment for bayer formats */
96 static struct vim2m_fmt formats[] = {
136 #define NUM_FORMATS ARRAY_SIZE(formats)
161 fmt = &formats[k];
169 return &formats[k];
673 if (formats[i].types & type) {
687 fmt = &formats[i];
803 f->fmt.pix.pixelformat = formats[0].fourcc;
828 f->fmt.pix.pixelformat = formats[0].fourcc;
1209 ctx->q_data[V4L2_M2M_SRC].fmt = &formats[0];