Lines Matching refs:sink_format
47 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
369 sink_format = vsp1_entity_get_pad_format(&wpf->entity, in wpf_configure_partition()
372 width = sink_format->width; in wpf_configure_partition()
373 height = sink_format->height; in wpf_configure_partition()