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 D | decode_input_bitstream.cpp | 36 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 D | decode_input_bitstream.h | 43 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 D | decode_jpeg_input_bitstream.cpp | 33 : DecodeInputBitstream(pipeline, task, numVdbox) in DecodeJpegInputBitstream() 39 DecodeInputBitstream::Init(settings); in Init()
|
H A D | decode_jpeg_input_bitstream.h | 34 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 D | decode_input_bitstream_m12.h | 39 class DecodeInputBitstreamM12 : public DecodeInputBitstream
|
H A D | decode_input_bitstream_m12.cpp | 37 : DecodeInputBitstream(pipeline, task, numVdbox) in DecodeInputBitstreamM12()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/ |
H A D | decode_pipeline.h | 513 DecodeInputBitstream* m_bitstream = nullptr; //!< Decode input bitstream
|
H A D | decode_pipeline.cpp | 77 m_bitstream = MOS_New(DecodeInputBitstream, this, m_task, m_numVdbox); in CreatePreSubPipeLines()
|