Home
last modified time | relevance | path

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

/linux/drivers/media/platform/vsp1/
A 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()
264 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_stream() local
310 if (sink_format->code != source_format->code) in wpf_configure_stream()
399 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_partition() local
412 width = sink_format->width; in wpf_configure_partition()
[all …]
A Dvsp1_rpf.c67 const struct v4l2_mbus_framefmt *sink_format; in rpf_configure_stream() local
91 sink_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream()
106 if (sink_format->code != source_format->code) in rpf_configure_stream()

Completed in 4 milliseconds