Lines Matching refs:VIMC_SCALER_SINK
19 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()
298 rect = v4l2_subdev_state_get_crop(state, VIMC_SCALER_SINK); in vimc_scaler_s_stream()
400 vscaler->pads[VIMC_SCALER_SINK].flags = MEDIA_PAD_FL_SINK; in vimc_scaler_add()