Searched refs:CodechalDecodeVp8 (Results 1 – 14 of 14) sorted by relevance
691 MOS_STATUS CodechalDecodeVp8::ParseFrameHead(uint8_t* bitstreamBuffer, uint32_t bitstreamBufferSize) in ParseFrameHead()821 MOS_STATUS CodechalDecodeVp8::CopyBitstreamBuffer( in CopyBitstreamBuffer()892 MOS_STATUS CodechalDecodeVp8::AllocateResourcesFixedSizes() in AllocateResourcesFixedSizes()915 MOS_STATUS CodechalDecodeVp8::AllocateResourcesVariableSizes() in AllocateResourcesVariableSizes()1068 CodechalDecodeVp8::~CodechalDecodeVp8() in ~CodechalDecodeVp8()1119 MOS_STATUS CodechalDecodeVp8::SetFrameStates() in SetFrameStates()1230 MOS_STATUS CodechalDecodeVp8::DecodeStateLevel() in DecodeStateLevel()1380 MOS_STATUS CodechalDecodeVp8::DecodePrimitiveLevel() in DecodePrimitiveLevel()1486 MOS_STATUS CodechalDecodeVp8::InitMmcState() in InitMmcState()1495 MOS_STATUS CodechalDecodeVp8::AllocateStandard( in AllocateStandard()[all …]
510 class CodechalDecodeVp8 : public CodechalDecode524 CodechalDecodeVp8(532 ~CodechalDecodeVp8();
63 CodechalDecodeVp8 *m_vp8State = nullptr; //!< Pinter to VP8 decode state
36 m_vp8State = (CodechalDecodeVp8 *)standardState; in CodechalMmcDecodeVp8()
74 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVp8::SetFrameStates()); in SetFrameStates()371 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVp8::AllocateStandard(settings)); in AllocateStandard()390 CodechalDecodeVp8(hwInterface, debugInterface, standardInfo) in CodechalDecodeVp8G11()
38 class CodechalDecodeVp8G11 : public CodechalDecodeVp8
51 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVp8::SetFrameStates()); in SetFrameStates()360 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVp8::AllocateStandard(settings)); in AllocateStandard()388 CodechalDecodeVp8(hwInterface, debugInterface, standardInfo) in CodechalDecodeVp8G12()
56 CodechalDecodeVp8 *m_vp8State = nullptr; //!< Pinter to VP8 decode state
38 class CodechalDecodeVp8G12 : public CodechalDecodeVp8
36 m_vp8State = (CodechalDecodeVp8 *)standardState; in CodechalMmcDecodeVp8G12()
125 using Vp8 = CodechalDecodeVp8;
170 using Vp8 = CodechalDecodeVp8;
174 using Vp8 = CodechalDecodeVp8;
172 using Vp8 = CodechalDecodeVp8;