Lines Matching refs:format
197 /* output pixel format and resolution */
282 /* TODO: Add RGB888 and Bayer format */
728 * Configure output resolution and color format, pixel clock
1101 fmt->format = *mf;
1106 fmt->format = s5k6aa->preset->mbus_fmt;
1122 s5k6aa_try_format(s5k6aa, &fmt->format);
1142 *mf = fmt->format;
1428 struct v4l2_mbus_framefmt *format = v4l2_subdev_get_try_format(sd, fh->pad, 0);
1431 format->colorspace = s5k6aa_formats[0].colorspace;
1432 format->code = s5k6aa_formats[0].code;
1433 format->width = S5K6AA_OUT_WIDTH_DEF;
1434 format->height = S5K6AA_OUT_HEIGHT_DEF;
1435 format->field = V4L2_FIELD_NONE;