Searched refs:CodechalDecodeHevc (Results 1 – 14 of 14) sorted by relevance
38 typedef class CodechalDecodeHevc *PCODECHAL_DECODE_HEVC_STATE;146 class CodechalDecodeHevc : public CodechalDecode170 CodechalDecodeHevc(178 CodechalDecodeHevc(const CodechalDecodeHevc&) = delete;183 CodechalDecodeHevc& operator=(const CodechalDecodeHevc&) = delete;188 ~CodechalDecodeHevc ();
40 uint8_t CodechalDecodeHevc::GetMvBufferIndex( in GetMvBufferIndex()64 MOS_STATUS CodechalDecodeHevc::AllocateResourcesFixedSizes() in AllocateResourcesFixedSizes()111 MOS_STATUS CodechalDecodeHevc::AllocateResourcesVariableSizes() in AllocateResourcesVariableSizes()510 MOS_STATUS CodechalDecodeHevc::AllocateMvTemporalBuffer( in AllocateMvTemporalBuffer()570 CodechalDecodeHevc::~CodechalDecodeHevc () in ~CodechalDecodeHevc()713 uint32_t CodechalDecodeHevc::GetDmemBufferSize() in GetDmemBufferSize()718 MOS_STATUS CodechalDecodeHevc::SetHucDmemS2LPictureBss( in SetHucDmemS2LPictureBss()807 MOS_STATUS CodechalDecodeHevc::SetHucDmemS2LSliceBss( in SetHucDmemS2LSliceBss()826 MOS_STATUS CodechalDecodeHevc::SetHucDmemParams( in SetHucDmemParams()864 MOS_STATUS CodechalDecodeHevc::GetAllTileInfo() in GetAllTileInfo()[all …]
63 CodechalDecodeHevc *m_hevcState = nullptr; //!< Pinter to HEVC decode state
36 m_hevcState = (CodechalDecodeHevc *)standardState; in CodechalMmcDecodeHevc()
56 CodechalDecodeHevc *m_hevcState = nullptr; //!< Pinter to HEVC decode state
36 m_hevcState = (CodechalDecodeHevc *)standardState; in CodechalMmcDecodeHevcG12()
153 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::AllocateResourcesVariableSizes()); in AllocateResourcesVariableSizes()411 … CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::SetHucDmemS2LPictureBss(hucHevcS2LPicBss)); in SetHucDmemS2LPictureBss()1114 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::DetermineDecodePhase()); in DetermineDecodePhase()1419 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::InitPicLongFormatMhwParams()); in InitPicLongFormatMhwParams()2435 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::AllocateResourcesFixedSizes()); in AllocateStandard()2465 …PCODECHAL_STANDARD_INFO standardInfo) : CodechalDecodeHevc(hwInterface, debugInterface, standardIn… in CodechalDecodeHevcG12()
102 class CodechalDecodeHevcG12 : public CodechalDecodeHevc
91 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::AllocateResourcesVariableSizes()); in AllocateResourcesVariableSizes()220 … CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::SetHucDmemS2LPictureBss(hucHevcS2LPicBss)); in SetHucDmemS2LPictureBss()532 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::DetermineDecodePhase()); in DetermineDecodePhase()889 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::InitPicLongFormatMhwParams()); in InitPicLongFormatMhwParams()1818 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeHevc::AllocateResourcesFixedSizes()); in AllocateStandard()1848 …PCODECHAL_STANDARD_INFO standardInfo) : CodechalDecodeHevc(hwInterface, debugInterface, standardIn… in CodechalDecodeHevcG11()
36 class CodechalDecodeHevcG11 : public CodechalDecodeHevc
113 using Hevc = CodechalDecodeHevc;
158 using Hevc = CodechalDecodeHevc;
162 using Hevc = CodechalDecodeHevc;
160 using Hevc = CodechalDecodeHevc;