Home
last modified time | relevance | path

Searched defs:CodecDecodeMpeg2SliceParams (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.h95 struct CodecDecodeMpeg2SliceParams struct
97 uint32_t m_sliceDataSize; //!< Number of bits for this slice
98 uint32_t m_sliceDataOffset; //!< Offset to the first byte of slice data
99 …m_macroblockOffset; //!< Offset to the first bit of MB from the first byte of slice data
100 …_t m_sliceHorizontalPosition; //!< The horizontal position of the first macroblock in the slice
101 …32_t m_sliceVerticalPosition; //!< The vertical position of the first macroblock in the slice
102 int32_t m_quantiserScaleCode; //!< Quantiser scale code
103 uint32_t m_numMbsForSlice; //!< The number of macroblocks in the slice
104 bool m_numMbsForSliceOverflow; //!< NumMbsForSlice > max allowable Mbs
105 uint8_t m_reservedBits; //!< for WAs
[all …]