Home
last modified time | relevance | path

Searched defs:CodecEncodeMpeg2VuiParams (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_encode_mpeg2.h192 struct CodecEncodeMpeg2VuiParams struct
194 uint32_t m_videoFormat : 3; //!< Indicate the representation of the pictures
195 uint32_t m_reserved0 : 4; //!< Reserved
196 uint32_t m_colourDescription : 1; //!< Indicate the colour description is presented
197 …t32_t m_colourPrimaries : 8; //!< The chromaticity coordinates of the source primaries
198 …ansferCharacteristics : 8; //!< The opto-electronic transfer characteristic of the source picture
199 …icients : 8; //!< The matrix coefficients used in deriving luminance and chrominance signals
201 … uint32_t m_displayHorizontalSize : 14;//!< The horizontal size of the display active region
202 uint32_t m_reserved1 : 2; //!< Reserved
203 uint32_t m_displayVerticalSize : 14;//!< The vertical size of the display active region
[all …]