Home
last modified time | relevance | path

Searched refs:DecodeBasicFeature (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/features/
H A Ddecode_basic_feature.cpp35 DecodeBasicFeature::DecodeBasicFeature( in DecodeBasicFeature() function in decode::DecodeBasicFeature
52 DecodeBasicFeature::~DecodeBasicFeature() in ~DecodeBasicFeature()
60 MOS_STATUS DecodeBasicFeature::Init(void *setting) in Init()
88 MOS_STATUS DecodeBasicFeature::UpdateDestSurface(MOS_SURFACE &destSurface) in UpdateDestSurface()
101 MOS_STATUS DecodeBasicFeature::Update(void *params) in Update()
H A Ddecode_downsampling_feature.h96 …MOS_SURFACE m_outputSurfaceList[DecodeBasicFeature::m_maxFrameIndex] = {}; //! \brief Downsampl…
100 virtual MOS_STATUS UpdateInternalTargets(DecodeBasicFeature &basicFeature);
110 DecodeBasicFeature *m_basicFeature = nullptr;
113 …PMOS_BUFFER m_histogramBufferList[DecodeBasicFeature::m_maxFrameIndex] = {}; //! \brief …
H A Ddecode_basic_feature.h39 class DecodeBasicFeature: public MediaFeature
42 DecodeBasicFeature(DecodeAllocator *allocator, void *hwInterface, PMOS_INTERFACE osInterface);
43 virtual ~DecodeBasicFeature();
H A Ddecode_downsampling_feature.cpp48 for (auto i = 0; i < DecodeBasicFeature::m_maxFrameIndex; i++) in ~DecodeDownSamplingFeature()
73 …m_basicFeature = dynamic_cast<DecodeBasicFeature*>(m_featureManager->GetFeature(FeatureIDs::basicF… in Init()
189 MOS_STATUS DecodeDownSamplingFeature::UpdateInternalTargets(DecodeBasicFeature &basicFeature) in UpdateInternalTargets()
213 if (frameIndex >= DecodeBasicFeature::m_maxFrameIndex) in AllocateHistogramBuffer()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/features/
H A Ddecode_av1_basic_feature.h39 class Av1BasicFeature : public DecodeBasicFeature
46 DecodeBasicFeature(allocator, hwInterface, osInterface) in Av1BasicFeature()
148 …MOS_SURFACE m_fgOutputSurfList[DecodeBasicFeature::m_maxFrameIndex] = {}; //!< Brief film grain a…
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp8/features/
H A Ddecode_vp8_basic_feature.cpp35 …cator *allocator, void *hwInterface, PMOS_INTERFACE osInterface) : DecodeBasicFeature(allocator, h… in Vp8BasicFeature()
63 DECODE_CHK_STATUS(DecodeBasicFeature::Init(setting)); in Init()
80 DECODE_CHK_STATUS(DecodeBasicFeature::Update(params)); in Update()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/jpeg/features/
H A Ddecode_jpeg_basic_feature.h42 class JpegBasicFeature : public DecodeBasicFeature
49 DecodeBasicFeature(allocator, hwInterface, osInterface) in JpegBasicFeature()
H A Ddecode_jpeg_basic_feature.cpp43 DECODE_CHK_STATUS(DecodeBasicFeature::Init(setting)); in Init()
55 DECODE_CHK_STATUS(DecodeBasicFeature::Update(params)); in Update()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/hevc/features/
H A Ddecode_hevc_basic_feature.h38 class HevcBasicFeature :public DecodeBasicFeature
42 DecodeBasicFeature(allocator, hwInterface, osInterface) in HevcBasicFeature()
H A Ddecode_hevc_basic_feature.cpp43 DECODE_CHK_STATUS(DecodeBasicFeature::Init(setting)); in Init()
69 DECODE_CHK_STATUS(DecodeBasicFeature::Update(params)); in Update()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/features/
H A Ddecode_av1_basic_feature_g12.h40 class Av1BasicFeatureG12 : public DecodeBasicFeature
47DecodeBasicFeature(allocator, hwInterface ? ((CodechalHwInterface*)hwInterface)->m_hwInterfaceNext… in Av1BasicFeatureG12()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/avc/features/
H A Ddecode_avc_basic_feature.h43 class AvcBasicFeature : public DecodeBasicFeature
50 DecodeBasicFeature(allocator, hwInterface, osInterface) in AvcBasicFeature()
H A Ddecode_avc_basic_feature.cpp49 DECODE_CHK_STATUS(DecodeBasicFeature::Init(setting)); in Init()
68 DECODE_CHK_STATUS(DecodeBasicFeature::Update(params)); in Update()
H A Ddecode_avc_downsampling_feature.h43 virtual MOS_STATUS UpdateInternalTargets(DecodeBasicFeature &basicFeature) override;
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/mpeg2/features/
H A Ddecode_mpeg2_basic_feature.h35 class Mpeg2BasicFeature : public DecodeBasicFeature
42 DecodeBasicFeature(allocator, hwInterface, osInterface) in Mpeg2BasicFeature()
H A Ddecode_mpeg2_basic_feature.cpp52 DECODE_CHK_STATUS(DecodeBasicFeature::Init(setting)); in Init()
106 DECODE_CHK_STATUS(DecodeBasicFeature::Update(params)); in Update()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp9/features/
H A Ddecode_vp9_basic_feature.cpp35 …cator *allocator, void *hwInterface, PMOS_INTERFACE osInterface) : DecodeBasicFeature(allocator, h… in Vp9BasicFeature()
92 DECODE_CHK_STATUS(DecodeBasicFeature::Init(setting)); in Init()
317 DECODE_CHK_STATUS(DecodeBasicFeature::Update(params)); in Update()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/features/
H A Ddecode_vvc_basic_feature.h39 class VvcBasicFeature : public DecodeBasicFeature
45 …odechalHwInterfaceNext *hwInterface, PMOS_INTERFACE osInterface) : DecodeBasicFeature(allocator, h… in VvcBasicFeature()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/
H A Ddecode_pipeline.cpp348 …auto* feature = dynamic_cast<DecodeBasicFeature*>(m_featureManager->GetFeature(FeatureIDs::basicFe… in GetDummyReference()
354 …auto* feature = dynamic_cast<DecodeBasicFeature*>(m_featureManager->GetFeature(FeatureIDs::basicFe… in GetDummyReferenceStatus()
360 …auto* feature = dynamic_cast<DecodeBasicFeature*>(m_featureManager->GetFeature(FeatureIDs::basicFe… in SetDummyReferenceStatus()
H A Ddecode_sfc_histogram_postsubpipeline.h104 DecodeBasicFeature* m_basicFeature = nullptr; //!< Decode basic feature
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/pipeline/
H A Ddecode_filmgrain_postsubpipeline_g12.h108 DecodeBasicFeature* m_basicFeature = nullptr; //!< Decode basic feature
H A Ddecode_filmgrain_presubpipeline_g12.h130 DecodeBasicFeature* m_basicFeature = nullptr; //!< Decode basic feature
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/packet/
H A Ddecode_downsampling_packet.h108 DecodeBasicFeature *m_basicFeature = nullptr;
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/
H A Ddecode_input_bitstream.h141 DecodeBasicFeature* m_basicFeature = nullptr; //!< Decode basic feature
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/shared/pipeline/
H A Ddecode_sfc_histogram_postsubpipeline_m12.cpp63 …m_basicFeature = dynamic_cast<DecodeBasicFeature*>(featureManger->GetFeature(FeatureIDs::basicFeat… in Init()

12