/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/features/ |
H A D | decode_basic_feature.cpp | 35 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 D | decode_downsampling_feature.h | 96 …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 D | decode_basic_feature.h | 39 class DecodeBasicFeature: public MediaFeature 42 DecodeBasicFeature(DecodeAllocator *allocator, void *hwInterface, PMOS_INTERFACE osInterface); 43 virtual ~DecodeBasicFeature();
|
H A D | decode_downsampling_feature.cpp | 48 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 D | decode_av1_basic_feature.h | 39 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 D | decode_vp8_basic_feature.cpp | 35 …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 D | decode_jpeg_basic_feature.h | 42 class JpegBasicFeature : public DecodeBasicFeature 49 DecodeBasicFeature(allocator, hwInterface, osInterface) in JpegBasicFeature()
|
H A D | decode_jpeg_basic_feature.cpp | 43 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 D | decode_hevc_basic_feature.h | 38 class HevcBasicFeature :public DecodeBasicFeature 42 DecodeBasicFeature(allocator, hwInterface, osInterface) in HevcBasicFeature()
|
H A D | decode_hevc_basic_feature.cpp | 43 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 D | decode_av1_basic_feature_g12.h | 40 class Av1BasicFeatureG12 : public DecodeBasicFeature 47 …DecodeBasicFeature(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 D | decode_avc_basic_feature.h | 43 class AvcBasicFeature : public DecodeBasicFeature 50 DecodeBasicFeature(allocator, hwInterface, osInterface) in AvcBasicFeature()
|
H A D | decode_avc_basic_feature.cpp | 49 DECODE_CHK_STATUS(DecodeBasicFeature::Init(setting)); in Init() 68 DECODE_CHK_STATUS(DecodeBasicFeature::Update(params)); in Update()
|
H A D | decode_avc_downsampling_feature.h | 43 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 D | decode_mpeg2_basic_feature.h | 35 class Mpeg2BasicFeature : public DecodeBasicFeature 42 DecodeBasicFeature(allocator, hwInterface, osInterface) in Mpeg2BasicFeature()
|
H A D | decode_mpeg2_basic_feature.cpp | 52 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 D | decode_vp9_basic_feature.cpp | 35 …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 D | decode_vvc_basic_feature.h | 39 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 D | decode_pipeline.cpp | 348 …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 D | decode_sfc_histogram_postsubpipeline.h | 104 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 D | decode_filmgrain_postsubpipeline_g12.h | 108 DecodeBasicFeature* m_basicFeature = nullptr; //!< Decode basic feature
|
H A D | decode_filmgrain_presubpipeline_g12.h | 130 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 D | decode_downsampling_packet.h | 108 DecodeBasicFeature *m_basicFeature = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/ |
H A D | decode_input_bitstream.h | 141 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 D | decode_sfc_histogram_postsubpipeline_m12.cpp | 63 …m_basicFeature = dynamic_cast<DecodeBasicFeature*>(featureManger->GetFeature(FeatureIDs::basicFeat… in Init()
|