Home
last modified time | relevance | path

Searched defs:CodechalDecodeStatusReport (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decoder.h150 struct CodechalDecodeStatusReport struct
153 CODECHAL_STATUS m_codecStatus = CODECHAL_STATUS_SUCCESSFUL;
155 uint32_t m_statusReportNumber = 0;
157 CODEC_PICTURE m_currDecodedPic = {0};
159 CODEC_PICTURE m_currDeblockedPic = {0};
161 MOS_RESOURCE m_currDecodedPicRes = {0};
163 MOS_RESOURCE m_deblockedPicResOlp = {0};
165 uint16_t m_numMbsAffected = 0;
167 uint32_t m_frameCrc = 0;
171 PMOS_RESOURCE m_currSfcOutputPicRes = nullptr;
[all …]