Lines Matching refs:sink_fmt
194 struct v4l2_mbus_framefmt *sink_fmt; in dcmipp_byteproc_enum_mbus_code() local
206 sink_fmt = v4l2_subdev_state_get_format(sd_state, 0); in dcmipp_byteproc_enum_mbus_code()
207 code->code = sink_fmt->code; in dcmipp_byteproc_enum_mbus_code()
277 struct v4l2_mbus_framefmt *sink_fmt; in dcmipp_byteproc_get_selection() local
297 sink_fmt = v4l2_subdev_state_get_format(sd_state, 0); in dcmipp_byteproc_get_selection()
316 s->r.width = sink_fmt->width; in dcmipp_byteproc_get_selection()
317 s->r.height = sink_fmt->height; in dcmipp_byteproc_get_selection()
399 struct v4l2_mbus_framefmt *sink_fmt; in dcmipp_byteproc_configure_scale_crop() local
405 sink_fmt = v4l2_subdev_state_get_format(state, 0); in dcmipp_byteproc_configure_scale_crop()
411 vpix = dcmipp_byteproc_pix_map_by_code(sink_fmt->code); in dcmipp_byteproc_configure_scale_crop()
426 hprediv = sink_fmt->width / compose->width; in dcmipp_byteproc_configure_scale_crop()
434 vprediv = sink_fmt->height / compose->height; in dcmipp_byteproc_configure_scale_crop()