Lines Matching refs:sink_fmt
210 struct v4l2_mbus_framefmt *sink_fmt;
222 sink_fmt = v4l2_subdev_state_get_format(sd_state, 0);
223 code->code = sink_fmt->code;
292 struct v4l2_mbus_framefmt *sink_fmt;
312 sink_fmt = v4l2_subdev_state_get_format(sd_state, 0);
331 s->r.width = sink_fmt->width;
332 s->r.height = sink_fmt->height;
405 struct v4l2_mbus_framefmt *sink_fmt;
410 sink_fmt = v4l2_subdev_state_get_format(state, 0);
415 vpix = dcmipp_byteproc_pix_map_by_code(sink_fmt->code);
430 hprediv = sink_fmt->width / compose->width;
438 vprediv = sink_fmt->height / compose->height;