Lines Matching full:mpeg
215 /* MPEG-class control IDs */
216 /* The MPEG controls are applicable to all codec controls
217 * and the 'MPEG' part of the define is historical */
222 /* MPEG streams, specific to multiplexed streams */
225 V4L2_MPEG_STREAM_TYPE_MPEG2_PS = 0, /* MPEG-2 program stream */
226 V4L2_MPEG_STREAM_TYPE_MPEG2_TS = 1, /* MPEG-2 transport stream */
227 V4L2_MPEG_STREAM_TYPE_MPEG1_SS = 2, /* MPEG-1 system stream */
228 V4L2_MPEG_STREAM_TYPE_MPEG2_DVD = 3, /* MPEG-2 DVD-compatible stream */
229 V4L2_MPEG_STREAM_TYPE_MPEG1_VCD = 4, /* MPEG-1 VCD-compatible stream */
230 V4L2_MPEG_STREAM_TYPE_MPEG2_SVCD = 5, /* MPEG-2 SVCD-compatible stream */
240 V4L2_MPEG_STREAM_VBI_FMT_NONE = 0, /* No VBI in the MPEG stream */
244 /* MPEG audio controls specific to multiplexed streams */
370 /* MPEG video controls specific to multiplexed streams */
440 /* CIDs for the MPEG-2 Part 2 (H.262) codec */
638 * Although VP8 is not part of MPEG we add these controls to the MPEG class
811 /* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */
852 /* MPEG-class control IDs specific to the Samsung MFC 5.1 driver as defined by V4L2 */
1867 /* Stateless MPEG-2 controls */
1873 * struct v4l2_ctrl_mpeg2_sequence - MPEG-2 sequence header
1876 * extension syntaxes as specified by the MPEG-2 specification.
1888 * @profile_and_level_indication: see MPEG-2 specification.
1889 * @chroma_format: see MPEG-2 specification.
1921 * struct v4l2_ctrl_mpeg2_picture - MPEG-2 picture header
1924 * coding extension syntaxes as specified by the MPEG-2 specification.
1933 * @f_code: see MPEG-2 specification.
1934 * @picture_coding_type: see MPEG-2 specification.
1936 * @intra_dc_precision: see MPEG-2 specification.
1952 * struct v4l2_ctrl_mpeg2_quantisation - MPEG-2 quantisation
2013 /* MPEG-compression definitions kept for backwards compatibility */