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