Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_rwpf.c57 if (fse->pad == RWPF_PAD_SINK) { in vsp1_rwpf_enum_frame_size()
80 return v4l2_subdev_get_try_crop(&rwpf->entity.subdev, cfg, RWPF_PAD_SINK); in vsp1_rwpf_get_crop()
156 if (sel->pad != RWPF_PAD_SINK) in vsp1_rwpf_get_selection()
166 RWPF_PAD_SINK, sel->which); in vsp1_rwpf_get_selection()
189 if (sel->pad != RWPF_PAD_SINK) in vsp1_rwpf_set_selection()
198 format = vsp1_entity_get_pad_format(&rwpf->entity, cfg, RWPF_PAD_SINK, in vsp1_rwpf_set_selection()
Dvsp1_rwpf.h24 #define RWPF_PAD_SINK 0 macro
Dvsp1_rpf.c138 if (rpf->entity.formats[RWPF_PAD_SINK].code != in rpf_s_stream()
283 RWPF_PAD_SINK, in vsp1_rpf_create()
Dvsp1_wpf.c147 if (wpf->entity.formats[RWPF_PAD_SINK].code != in wpf_s_stream()