Lines Matching refs:format
30 /* The active format */
102 fmt->format = fmt->which == V4L2_SUBDEV_FORMAT_TRY ?
156 /* Do not change the format while stream is on */
165 /* Set the new format */
166 vimc_sensor_adjust_fmt(&fmt->format);
168 dev_dbg(vsensor->ved.dev, "%s: format update: "
176 fmt->format.width, fmt->format.height, fmt->format.code,
177 fmt->format.colorspace, fmt->format.quantization,
178 fmt->format.xfer_func, fmt->format.ycbcr_enc);
180 *mf = fmt->format;
435 /* Initialize the frame format */