Searched defs:CodecEncodeMpeg2PictureParams (Results 1 – 1 of 1) sorted by relevance
108 struct CodecEncodeMpeg2PictureParams struct110 … m_currOriginalPic; //!< The current uncompressed original frame surface for encoding111 …constructedPic; //!< The uncompressed frame surface for the current reconstructed picture.112 uint8_t m_pictureCodingType; //!< Coding Type113 …_t m_fieldCodingFlag : 1; //!< Indication of field mode coding when set to 1.114 uint8_t m_fieldFrameCodingFlag : 1; //!< Indication interlaced frame coding115 uint8_t m_reserved0 : 2; //!< Reserved116 … : 1; //!< Indication of input picture layout has top field and bottom field interleaved together119 …ndication of input picture layout has only one field picture (half of a frame) stored progressively120 uint8_t m_reserved1 : 2; //!< Reserved[all …]