Searched refs:DecodeInputBitstreamM12 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/shared/ |
H A D | decode_input_bitstream_m12.cpp | 36 DecodeInputBitstreamM12::DecodeInputBitstreamM12(DecodePipeline *pipeline, MediaTask *task, uint8_t… in DecodeInputBitstreamM12() function in decode::DecodeInputBitstreamM12 42 MOS_STATUS DecodeInputBitstreamM12::Init(CodechalSetting& settings) in Init() 72 : DecodeInputBitstreamM12(pipeline, task, numVdbox, hwInterface) in DecodeJpegInputBitstreamM12() 78 DecodeInputBitstreamM12::Init(settings); in Init()
|
H A D | decode_input_bitstream_m12.h | 39 class DecodeInputBitstreamM12 : public DecodeInputBitstream 45 …DecodeInputBitstreamM12(DecodePipeline *pipeline, MediaTask *task, uint8_t numVdbox, CodechalHwInt… 50 virtual ~DecodeInputBitstreamM12(){}; in ~DecodeInputBitstreamM12() 68 class DecodeJpegInputBitstreamM12 : public DecodeInputBitstreamM12
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12_base/codec/hal/dec/av1/pipeline/ |
H A D | decode_av1_pipeline_g12_base.cpp | 233 m_bitstream = MOS_New(DecodeInputBitstreamM12, this, m_task, m_numVdbox, m_hwInterface); in CreatePreSubPipeLines()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/mpeg2/pipeline/ |
H A D | decode_mpeg2_pipeline_m12.cpp | 405 m_bitstream = MOS_New(DecodeInputBitstreamM12, this, m_task, m_numVdbox, m_hwInterface); in CreatePreSubPipeLines()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/avc/pipeline/ |
H A D | decode_avc_pipeline_m12.cpp | 418 m_bitstream = MOS_New(DecodeInputBitstreamM12, this, m_task, m_numVdbox, m_hwInterface); in CreatePreSubPipeLines()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/vp9/pipeline/ |
H A D | decode_vp9_pipeline_m12.cpp | 455 m_bitstream = MOS_New(DecodeInputBitstreamM12, this, m_task, m_numVdbox, m_hwInterface); in CreatePreSubPipeLines()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/hevc/pipeline/ |
H A D | decode_hevc_pipeline_m12.cpp | 644 m_bitstream = MOS_New(DecodeInputBitstreamM12, this, m_task, m_numVdbox, m_hwInterface); in CreatePreSubPipeLines()
|