Lines Matching refs:sink_fmt
61 vimc_scaler_get_crop_bound_sink(const struct v4l2_mbus_framefmt *sink_fmt) in vimc_scaler_get_crop_bound_sink() argument
67 .width = sink_fmt->width, in vimc_scaler_get_crop_bound_sink()
68 .height = sink_fmt->height, in vimc_scaler_get_crop_bound_sink()
239 struct v4l2_mbus_framefmt *sink_fmt; in vimc_scaler_get_selection() local
249 sink_fmt = vimc_scaler_pad_format(vscaler, sd_state, VIMC_SCALER_SINK, in vimc_scaler_get_selection()
251 sel->r = vimc_scaler_get_crop_bound_sink(sink_fmt); in vimc_scaler_get_selection()
261 const struct v4l2_mbus_framefmt *sink_fmt) in vimc_scaler_adjust_sink_crop() argument
264 vimc_scaler_get_crop_bound_sink(sink_fmt); in vimc_scaler_adjust_sink_crop()
276 struct v4l2_mbus_framefmt *sink_fmt; in vimc_scaler_set_selection() local
287 sink_fmt = vimc_scaler_pad_format(vscaler, sd_state, VIMC_SCALER_SINK, in vimc_scaler_set_selection()
289 vimc_scaler_adjust_sink_crop(&sel->r, sink_fmt); in vimc_scaler_set_selection()