Lines Matching +full:audio +full:- +full:video
2 * v4l2-mc.h - Media Controller V4L2 types and prototypes
5 * Copyright (C) 2006-2010 Nokia Corporation
22 #include <media/media-device.h>
23 #include <media/v4l2-dev.h>
27 * enum tuner_pad_index - tuner pad index for MEDIA_ENT_F_TUNER
31 * @TUNER_PAD_OUTPUT: Tuner video output source pad. Contains the video
34 * (IF) or to baseband (on zero-IF tuners).
35 * @TUNER_PAD_AUD_OUT: Tuner audio output source pad. Tuners used to decode
36 * analog TV signals have an extra pad for audio output.
38 * the audio IF frequency. The output of the pad is, in
39 * this case, the audio IF, with should be decoded either
43 * the audio IF decoder is usually incorporated at the
45 * audio sampled data.
56 * enum if_vid_dec_pad_index - video IF-PLL pad index for
59 * @IF_VID_DEC_PAD_IF_INPUT: video Intermediate Frequency (IF) sink pad
60 * @IF_VID_DEC_PAD_OUT: IF-PLL video output source pad. Contains the
61 * video chrominance and luminance IF signals.
62 * @IF_VID_DEC_PAD_NUM_PADS: Number of pads of the video IF-PLL.
71 * enum if_aud_dec_pad_index - audio/sound IF-PLL pad index for
74 * @IF_AUD_DEC_PAD_IF_INPUT: audio Intermediate Frequency (IF) sink pad
75 * @IF_AUD_DEC_PAD_OUT: IF-PLL audio output source pad. Contains the
76 * audio sampled stream data, usually connected
77 * to the bridge bus via an Inter-IC Sound (I2S)
79 * @IF_AUD_DEC_PAD_NUM_PADS: Number of pads of the audio IF-PLL.
88 * enum demod_pad_index - analog TV pad index for MEDIA_ENT_F_ATV_DECODER
91 * @DEMOD_PAD_VID_OUT: Video output source pad.
93 * @DEMOD_PAD_AUDIO_OUT: Audio output source pad.
110 * v4l2_mc_create_media_graph() - create Media Controller links at the graph.
115 * the V4L2 side: camera sensors, audio and video PLL-IF decoders, tuners,
116 * analog TV decoder and I/O entities (video, VBI and Software Defined Radio).
123 * interface centric PC-consumer's hardware, V4L2 subdev centric camera
129 * v4l_enable_media_source() - Hold media source for exclusive use
138 * entity associated with the video device. This interface
139 * should be called from v4l2-core and dvb-core interfaces
147 * v4l_disable_media_source() - Release media source
154 * media entity associated with the video device.
161 * v4l_vb2q_enable_media_tuner - Hold media source for exclusive use
163 * @q - pointer to struct vb2_queue
166 * be called from v4l2-core to enable the media source with
168 * v4l2-core interfaces don't have access to video device and
176 * v4l2_pipeline_pm_use - Update the use count of an entity
183 * This function is intended to be called in video node open (use ==
196 * v4l2_pipeline_link_notify - Link management notification callback