Home
last modified time | relevance | path

Searched defs:SetDecodeFormat (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/
H A Ddecode_pipeline_adapter.h69 virtual MOS_STATUS SetDecodeFormat(bool isShortFormat ){ return MOS_STATUS_UNIMPLEMENTED; }; in SetDecodeFormat() function
H A Ddecode_pipeline.h320 virtual MOS_STATUS SetDecodeFormat(bool isShortFormat ){ return MOS_STATUS_UNIMPLEMENTED; }; in SetDecodeFormat() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/dec/avc/pipeline/
H A Ddecode_avc_pipeline_adapter_xe_lpm_plus_base.cpp146 MOS_STATUS DecodeAvcPipelineAdapterXe_Lpm_Plus_Base::SetDecodeFormat(bool isShortFormat) in SetDecodeFormat() function in DecodeAvcPipelineAdapterXe_Lpm_Plus_Base
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/avc/pipeline/
H A Ddecode_avc_pipeline.cpp251 MOS_STATUS AvcPipeline::SetDecodeFormat(bool isShortFormat) in SetDecodeFormat() function in decode::AvcPipeline