Lines Matching refs:format
90 /* Propagate the active format to the source */
166 v4l_bound_align_image(&sdformat->format.width, 1, 65536, 0,
167 &sdformat->format.height, 1, 65536, 0, 0);
170 switch (sdformat->format.code) {
261 sdformat->format.code = MEDIA_BUS_FMT_Y8_1X8;
264 if (sdformat->format.field == V4L2_FIELD_ANY)
265 sdformat->format.field = V4L2_FIELD_NONE;
271 sdformat->format = *v4l2_subdev_get_pad_format(sd, sd_state,
274 *mbusformat = sdformat->format;
276 /* Propagate the format from an active sink to source */
278 *source_mbusformat = sdformat->format;