Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_histo.c188 if (fse->pad != HISTO_PAD_SINK) in histo_enum_frame_size()
207 if (sel->pad != HISTO_PAD_SINK) in histo_get_selection()
221 crop = v4l2_subdev_state_get_crop(state, HISTO_PAD_SINK); in histo_get_selection()
230 format = v4l2_subdev_state_get_format(state, HISTO_PAD_SINK); in histo_get_selection()
262 format = v4l2_subdev_state_get_format(sd_state, HISTO_PAD_SINK); in histo_set_crop()
332 if (sel->pad != HISTO_PAD_SINK) in histo_set_selection()
H A Dvsp1_hgt.c143 crop = v4l2_subdev_state_get_crop(state, HISTO_PAD_SINK); in hgt_configure_stream()
144 compose = v4l2_subdev_state_get_compose(state, HISTO_PAD_SINK); in hgt_configure_stream()
H A Dvsp1_hgo.c144 crop = v4l2_subdev_state_get_crop(state, HISTO_PAD_SINK); in hgo_configure_stream()
145 compose = v4l2_subdev_state_get_compose(state, HISTO_PAD_SINK); in hgo_configure_stream()
H A Dvsp1_histo.h25 #define HISTO_PAD_SINK 0 macro