Lines Matching full:media
3 * v4l2-mc.h - Media Controller V4L2 types and prototypes
13 #include <media/media-device.h>
14 #include <media/v4l2-dev.h>
15 #include <media/v4l2-subdev.h>
24 * v4l2_mc_create_media_graph() - create Media Controller links at the graph.
43 * v4l_enable_media_source() - Hold media source for exclusive use
49 * media source is free for use. The enable_source handler is
50 * responsible for checking is the media source is free and
51 * start a pipeline between the media source and the media
61 * v4l_disable_media_source() - Release media source
66 * the media source. The disable_source handler stops the
67 * active media pipeline between the media source and the
68 * media entity associated with the video device.
75 * v4l_vb2q_enable_media_tuner - Hold media source for exclusive use
80 * be called from v4l2-core to enable the media source with
98 * translates them into media links to that pad. The function can be
110 * .get_fwnode_pad media operation in order to verify endpoints passed
126 * between source and sink subdevices, and translates them into media
134 * .get_fwnode_pad media operation in order to verify endpoints passed