Home
last modified time | relevance | path

Searched refs:CodechalDecodeHevcG12 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_hevc_g12.h102 class CodechalDecodeHevcG12 : public CodechalDecodeHevc
126 CodechalDecodeHevcG12(
134 CodechalDecodeHevcG12(const CodechalDecodeHevcG12&) = delete;
139 CodechalDecodeHevcG12& operator=(const CodechalDecodeHevcG12&) = delete;
144 ~CodechalDecodeHevcG12 ();
H A Dcodechal_decode_hevc_g12.cpp44 MOS_STATUS CodechalDecodeHevcG12::AllocateResourcesVariableSizes () in AllocateResourcesVariableSizes()
179 MOS_STATUS CodechalDecodeHevcG12::AllocateResourceRefBefLoopFilter() in AllocateResourceRefBefLoopFilter()
207 MOS_STATUS CodechalDecodeHevcG12::AllocateHistogramSurface() in AllocateHistogramSurface()
239 CodechalDecodeHevcG12::~CodechalDecodeHevcG12 () in ~CodechalDecodeHevcG12()
298 MOS_STATUS CodechalDecodeHevcG12::CheckLCUSize() in CheckLCUSize()
319 MOS_STATUS CodechalDecodeHevcG12::SetGpuCtxCreatOption( in SetGpuCtxCreatOption()
397 uint32_t CodechalDecodeHevcG12::GetDmemBufferSize() in GetDmemBufferSize()
402 MOS_STATUS CodechalDecodeHevcG12::SetHucDmemS2LPictureBss( in SetHucDmemS2LPictureBss()
496 MOS_STATUS CodechalDecodeHevcG12::CalcDownsamplingParams( in CalcDownsamplingParams()
575 MOS_STATUS CodechalDecodeHevcG12::SetHucDmemParams ( in SetHucDmemParams()
[all …]
H A Dcodechal_decode_hevc_long_g12.h87 CodechalDecodeHevcG12 *decoder,
334 CodechalDecodeHevcG12 *m_decoder = nullptr; //!< Pointer to the HEVC decoder
H A Dcodechal_decode_hevc_long_g12.cpp34 CodechalDecodeHevcG12 *decoder, in HevcDecodeSliceLongG12()
/aosp_15_r20/external/intel-media-driver/media_driver/media_interface/media_interfaces_m12_tgllp/
H A Dmedia_interfaces_g12_tgllp.h228 using Hevc = CodechalDecodeHevcG12;