Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_wpf.c47 struct v4l2_mbus_framefmt *sink_format; in vsp1_wpf_set_rotation() local
68 sink_format = vsp1_entity_get_pad_format(&wpf->entity, in vsp1_wpf_set_rotation()
78 source_format->width = sink_format->height; in vsp1_wpf_set_rotation()
79 source_format->height = sink_format->width; in vsp1_wpf_set_rotation()
81 source_format->width = sink_format->width; in vsp1_wpf_set_rotation()
82 source_format->height = sink_format->height; in vsp1_wpf_set_rotation()
242 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_stream() local
247 sink_format = vsp1_entity_get_pad_format(&wpf->entity, in wpf_configure_stream()
286 if (sink_format->code != source_format->code) in wpf_configure_stream()
360 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_partition() local
[all …]
Dvsp1_rpf.c66 const struct v4l2_mbus_framefmt *sink_format; in rpf_configure_stream() local
90 sink_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream()
105 if (sink_format->code != source_format->code) in rpf_configure_stream()