Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-subdev.c1697 u32 *other_stream) in v4l2_subdev_routing_find_opposite_end() argument
1708 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
1709 *other_stream = route->sink_stream; in v4l2_subdev_routing_find_opposite_end()
1716 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
1717 *other_stream = route->source_stream; in v4l2_subdev_routing_find_opposite_end()
1730 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local
1735 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()
1740 other_stream); in v4l2_subdev_state_get_opposite_stream_format()
/Linux-v6.6/include/media/
Dv4l2-subdev.h1605 u32 *other_stream);