Home
last modified time | relevance | path

Searched defs:CodecDecodeMpeg2PicParams (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_decode_mpeg2.h43 struct CodecDecodeMpeg2PicParams struct
45 CODEC_PICTURE m_currPic; //!< The current frame surface
46 uint16_t m_forwardRefIdx; //!< Forward reference index
47 uint16_t m_backwardRefIdx; //!< Backward reference index
48 …irst; //!< Indicate that the first field of the reconstructed frame is the top field
49 bool m_secondField; //!< Indicate the second field
50 uint32_t m_statusReportFeedbackNumber; //!< The status report feedback data
53 {
70 } W0;
72 {
[all …]