Home
last modified time | relevance | path

Searched defs:CodecEncodeMpeg2PictureParams (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.h108 struct CodecEncodeMpeg2PictureParams struct
110 … m_currOriginalPic; //!< The current uncompressed original frame surface for encoding
111 …constructedPic; //!< The uncompressed frame surface for the current reconstructed picture.
112 uint8_t m_pictureCodingType; //!< Coding Type
113 …_t m_fieldCodingFlag : 1; //!< Indication of field mode coding when set to 1.
114 uint8_t m_fieldFrameCodingFlag : 1; //!< Indication interlaced frame coding
115 uint8_t m_reserved0 : 2; //!< Reserved
116 … : 1; //!< Indication of input picture layout has top field and bottom field interleaved together
119 …ndication of input picture layout has only one field picture (half of a frame) stored progressively
120 uint8_t m_reserved1 : 2; //!< Reserved
[all …]