Searched defs:CodecEncodeMpeg2VuiParams (Results 1 – 1 of 1) sorted by relevance
192 struct CodecEncodeMpeg2VuiParams struct194 uint32_t m_videoFormat : 3; //!< Indicate the representation of the pictures195 uint32_t m_reserved0 : 4; //!< Reserved196 uint32_t m_colourDescription : 1; //!< Indicate the colour description is presented197 …t32_t m_colourPrimaries : 8; //!< The chromaticity coordinates of the source primaries198 …ansferCharacteristics : 8; //!< The opto-electronic transfer characteristic of the source picture199 …icients : 8; //!< The matrix coefficients used in deriving luminance and chrominance signals201 … uint32_t m_displayHorizontalSize : 14;//!< The horizontal size of the display active region202 uint32_t m_reserved1 : 2; //!< Reserved203 uint32_t m_displayVerticalSize : 14;//!< The vertical size of the display active region[all …]