Home
last modified time | relevance | path

Searched refs:DecodeInputBitstream (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/
H A Ddecode_input_bitstream.cpp36 DecodeInputBitstream::DecodeInputBitstream(DecodePipeline* pipeline, MediaTask* task, uint8_t numVd… in DecodeInputBitstream() function in decode::DecodeInputBitstream
40 DecodeInputBitstream::~DecodeInputBitstream() in ~DecodeInputBitstream()
48 MOS_STATUS DecodeInputBitstream::Init(CodechalSetting& settings) in Init()
78 MOS_STATUS DecodeInputBitstream::Prepare(DecodePipelineParams& params) in Prepare()
94 MOS_STATUS DecodeInputBitstream::Begin() in Begin()
102 MOS_STATUS DecodeInputBitstream::AllocateCatenatedBuffer() in AllocateCatenatedBuffer()
120 MOS_STATUS DecodeInputBitstream::Append(const CodechalDecodeParams &decodeParams) in Append()
154 void DecodeInputBitstream::AddNewSegment(MOS_RESOURCE& resource, uint32_t offset, uint32_t size) in AddNewSegment()
165 bool DecodeInputBitstream::IsComplete() in IsComplete()
170 MediaFunction DecodeInputBitstream::GetMediaFunction() in GetMediaFunction()
[all …]
H A Ddecode_input_bitstream.h43 class DecodeInputBitstream : public DecodeSubPipeline
56 DecodeInputBitstream(DecodePipeline* pipeline, MediaTask* task, uint8_t numVdbox);
61 virtual ~DecodeInputBitstream();
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/jpeg/bitstream/
H A Ddecode_jpeg_input_bitstream.cpp33 : DecodeInputBitstream(pipeline, task, numVdbox) in DecodeJpegInputBitstream()
39 DecodeInputBitstream::Init(settings); in Init()
H A Ddecode_jpeg_input_bitstream.h34 class DecodeJpegInputBitstream : public DecodeInputBitstream
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/shared/
H A Ddecode_input_bitstream_m12.h39 class DecodeInputBitstreamM12 : public DecodeInputBitstream
H A Ddecode_input_bitstream_m12.cpp37 : DecodeInputBitstream(pipeline, task, numVdbox) in DecodeInputBitstreamM12()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/
H A Ddecode_pipeline.h513 DecodeInputBitstream* m_bitstream = nullptr; //!< Decode input bitstream
H A Ddecode_pipeline.cpp77 m_bitstream = MOS_New(DecodeInputBitstream, this, m_task, m_numVdbox); in CreatePreSubPipeLines()