Searched refs:sink_format (Results 1 – 2 of 2) sorted by relevance
47 struct v4l2_mbus_framefmt *sink_format; in vsp1_wpf_set_rotation() local68 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() local310 if (sink_format->code != source_format->code) in wpf_configure_stream()399 const struct v4l2_mbus_framefmt *sink_format; in wpf_configure_partition() local412 width = sink_format->width; in wpf_configure_partition()[all …]
67 const struct v4l2_mbus_framefmt *sink_format; in rpf_configure_stream() local91 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