/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/shared/ |
H A D | codec_hw_next.cpp | 31 CodechalHwInterfaceNext::CodechalHwInterfaceNext( in CodechalHwInterfaceNext() function in CodechalHwInterfaceNext 77 CodechalHwInterfaceNext::~CodechalHwInterfaceNext() in ~CodechalHwInterfaceNext() 109 CodechalHwInterfaceNext* CodechalHwInterfaceNext::Create( in Create() 115 return MOS_New(CodechalHwInterfaceNext, in Create() 122 MOS_STATUS CodechalHwInterfaceNext::Initialize( in Initialize() 174 MOS_STATUS CodechalHwInterfaceNext::InitCacheabilityControlSettings( in InitCacheabilityControlSettings() 210 MOS_STATUS CodechalHwInterfaceNext::CachePolicyGetMemoryObject( in CachePolicyGetMemoryObject() 223 CodechalHwInterfaceNext::CodechalHwInterfaceNext( in CodechalHwInterfaceNext() function in CodechalHwInterfaceNext 244 MOS_STATUS CodechalHwInterfaceNext::GetAvpStateCommandSize( in GetAvpStateCommandSize() 278 MOS_STATUS CodechalHwInterfaceNext::GetMfxStateCommandsDataSize( in GetMfxStateCommandsDataSize() [all …]
|
H A D | codec_hw_next.h | 89 class CodechalHwInterfaceNext 95 CodechalHwInterfaceNext( 103 CodechalHwInterfaceNext( 110 virtual ~CodechalHwInterfaceNext(); 112 static CodechalHwInterfaceNext* Create( 1048 MEDIA_CLASS_DEFINE_END(CodechalHwInterfaceNext)
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/hucItf/ |
H A D | decode_huc_packet_creator.h | 32 …eatorFunc = std::function<CmdPacket *(MediaPipeline *, MediaTask *, CodechalHwInterfaceNext *)>; \ 45 …Name##platform##Packet(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… 61 …e##platform##hucPacket(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… 80 …tItf *CreateHucCopyPkt(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… 81 … CreateProbUpdatePkt(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… 86 CodechalHwInterfaceNext *hwInterface) override;
|
H A D | decode_huc_packet_creator_base.h | 46 …tItf *CreateHucCopyPkt(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… in CreateHucCopyPkt() 50 …t *CreateProbUpdatePkt(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… in CreateProbUpdatePkt() 58 CodechalHwInterfaceNext *hwInterface) in CreateStreamOutInterface()
|
H A D | decode_huc_packet_creator.cpp | 32 …ator::CreateHucCopyPkt(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… in CreateHucCopyPkt() 38 …r::CreateProbUpdatePkt(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterf… in CreateProbUpdatePkt()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/ |
H A D | codechal_common.h | 34 class CodechalHwInterfaceNext; variable 225 CodechalHwInterfaceNext *hwInterface, 343 CodechalHwInterfaceNext *GetHwInterface() { return m_hwInterface; } in GetHwInterface() 369 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/packet/ |
H A D | decode_vvc_slice_packet.h | 43 VvcDecodeSlicePkt(VvcPipeline *pipeline, CodechalHwInterfaceNext *hwInterface) in VvcDecodeSlicePkt() 48 m_hwInterface = dynamic_cast<CodechalHwInterfaceNext *>(hwInterface); in VvcDecodeSlicePkt() 143 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
H A D | decode_vvc_picture_packet.h | 47 VvcDecodePicPkt(VvcPipeline *pipeline, CodechalHwInterfaceNext *hwInterface) in VvcDecodePicPkt() 52 m_hwInterface = dynamic_cast<CodechalHwInterfaceNext *>(hwInterface); in VvcDecodePicPkt() 177 CodechalHwInterfaceNext* m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/shared/ |
H A D | codec_hw_xe2_lpm_base.cpp | 110 : CodechalHwInterfaceNext(osInterface, codecFunction, mhwInterfacesNext, disableScalability) in CodechalHwInterfaceXe2_Lpm_Base() 195 CodechalHwInterfaceNext::SetCacheabilitySettings(cacheabilitySettings); in SetCacheabilitySettings() 207 CODEC_HW_CHK_STATUS_RETURN(CodechalHwInterfaceNext::SetRowstoreCachingOffsets(rowstoreParams)); in SetRowstoreCachingOffsets() 337 CODEC_HW_CHK_STATUS_RETURN(CodechalHwInterfaceNext::Initialize(settings)); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/pipeline/ |
H A D | encode_pipeline.h | 61 CodechalHwInterfaceNext *hwInterface, 71 CodechalHwInterfaceNext *GetHWInterface() { return m_hwInterface; }; in GetHWInterface() 333 CodechalHwInterfaceNext *m_hwInterface = nullptr; //!< CodechalHwInterface
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/scalability/ |
H A D | decode_scalability_singlepipe_next.cpp | 49 m_hwInterface = (CodechalHwInterfaceNext *)hwInterface; in DecodeScalabilitySinglePipeNext() 193 …((CodechalHwInterfaceNext *)hwInterface)->m_singlePipeScalability = MOS_New(DecodeScalabilitySingl… in CreateDecodeSinglePipe() 194 SCALABILITY_CHK_NULL_RETURN(((CodechalHwInterfaceNext *)hwInterface)->m_singlePipeScalability); in CreateDecodeSinglePipe()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/common/codec/hal/dec/shared/scalability/ |
H A D | decode_scalability_singlepipe.cpp | 50 …m_hwInterface = (CodechalHwInterface*)(((CodechalHwInterfaceNext *)hwInterface)->legacyHwInterface… in DecodeScalabilitySinglePipe() 221 …((CodechalHwInterfaceNext *)hwInterface)->m_singlePipeScalability = MOS_New(DecodeScalabilitySingl… in CreateDecodeSinglePipe() 222 SCALABILITY_CHK_NULL_RETURN(((CodechalHwInterfaceNext *)hwInterface)->m_singlePipeScalability); in CreateDecodeSinglePipe()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/ |
H A D | decode_pipeline.h | 75 CodechalHwInterfaceNext *hwInterface, 139 CodechalHwInterfaceNext *GetHwInterface() const { return m_hwInterface; } in GetHwInterface() 501 CodechalHwInterfaceNext *m_hwInterface = nullptr; //!< Codechal HwInterface
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/packet/ |
H A D | encode_preenc_packet.h | 50 …EncodePreEncPacket(MediaPipeline* pipeline, MediaTask* task, CodechalHwInterfaceNext* hwInterface)… in EncodePreEncPacket() 52 m_hwInterface(dynamic_cast<CodechalHwInterfaceNext*>(hwInterface)) in EncodePreEncPacket() 195 CodechalHwInterfaceNext * m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/codec/hal/dec/vvc/pipeline/ |
H A D | decode_vvc_pipeline_xe2_lpm.h | 46 CodechalHwInterfaceNext *hwInterface, 53 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/features/ |
H A D | decode_vvc_feature_manager.h | 53 …DecodeVvcFeatureManager(DecodeAllocator *allocator, CodechalHwInterfaceNext *hwInterface, PMOS_INT… in DecodeVvcFeatureManager() 74 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/mmc/ |
H A D | encode_mem_compression.h | 42 EncodeMemComp(CodechalHwInterfaceNext *hwInterface); 68 void InitEncodeMmc(CodechalHwInterfaceNext *hwInterface);
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_hevc_brc.h | 153 CodechalHwInterfaceNext *pHwInterface; 164 …MediaFeatureManager *featureManager, EncodeAllocator *allocator, CodechalHwInterfaceNext *hwInterf… 405 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/jpeg/features/ |
H A D | encode_jpeg_feature_manager.h | 54 CodechalHwInterfaceNext *hwInterface, in EncodeJpegFeatureManager() 70 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/packet/ |
H A D | decode_sub_packet.h | 51 DecodeSubPacket(DecodePipeline *pipeline, CodechalHwInterfaceNext *hwInterface); 88 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/mmc/ |
H A D | decode_mem_compression.h | 42 DecodeMemComp(CodechalHwInterfaceNext *hwInterface, PMOS_INTERFACE osInterface = nullptr); 78 void InitDecodeMmc(CodechalHwInterfaceNext *hwInterface);
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/ |
H A D | encode_av1_vdenc_feature_manager.h | 60 CodechalHwInterfaceNext *hwInterface, in EncodeAv1VdencFeatureManager() 110 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/features/ |
H A D | encode_avc_vdenc_feature_manager.h | 57 CodechalHwInterfaceNext *hwInterface, in EncodeAvcVdencFeatureManager() 96 CodechalHwInterfaceNext *m_hwInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/packet/ |
H A D | encode_vp9_vdenc_packet.h | 46 Vp9VdencPkt(MediaPipeline *pipeline, MediaTask *task, CodechalHwInterfaceNext *hwInterface) in Vp9VdencPkt() 49 m_hwInterface(dynamic_cast<CodechalHwInterfaceNext *>(hwInterface)) in Vp9VdencPkt() 540 CodechalHwInterfaceNext * m_hwInterface = nullptr; //!< Interface of Codec HAL HW
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/shared/ |
H A D | codec_hw_xe_lpm_plus_base.cpp | 109 : CodechalHwInterfaceNext(osInterface, codecFunction, mhwInterfacesNext, disableScalability) in CodechalHwInterfaceXe_Lpm_Plus_Base() 173 CODEC_HW_CHK_STATUS_RETURN(CodechalHwInterfaceNext::SetRowstoreCachingOffsets(rowstoreParams)); in SetRowstoreCachingOffsets() 361 CODEC_HW_CHK_STATUS_RETURN(CodechalHwInterfaceNext::Initialize(settings)); in Initialize()
|