Home
last modified time | relevance | path

Searched refs:VIMC_SCALER_SINK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c19 VIMC_SCALER_SINK = 0, enumerator
92 r = v4l2_subdev_state_get_crop(sd_state, VIMC_SCALER_SINK); in vimc_scaler_init_state()
159 if (format->pad == VIMC_SCALER_SINK) { in vimc_scaler_set_fmt()
187 if (format->pad == VIMC_SCALER_SINK) { in vimc_scaler_set_fmt()
191 crop = v4l2_subdev_state_get_crop(sd_state, VIMC_SCALER_SINK); in vimc_scaler_set_fmt()
217 sel->r = *v4l2_subdev_state_get_crop(sd_state, VIMC_SCALER_SINK); in vimc_scaler_get_selection()
220 sink_fmt = v4l2_subdev_state_get_format(sd_state, VIMC_SCALER_SINK); in vimc_scaler_get_selection()
256 crop_rect = v4l2_subdev_state_get_crop(sd_state, VIMC_SCALER_SINK); in vimc_scaler_set_selection()
257 sink_fmt = v4l2_subdev_state_get_format(sd_state, VIMC_SCALER_SINK); in vimc_scaler_set_selection()
289 format = v4l2_subdev_state_get_format(state, VIMC_SCALER_SINK); in vimc_scaler_s_stream()
[all …]