Home
last modified time | relevance | path

Searched refs:DecodeJpegInputBitstream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/jpeg/bitstream/
H A Ddecode_jpeg_input_bitstream.cpp32 DecodeJpegInputBitstream::DecodeJpegInputBitstream(DecodePipeline* pipeline, MediaTask* task, uint8… in DecodeJpegInputBitstream() function in decode::DecodeJpegInputBitstream
37 MOS_STATUS DecodeJpegInputBitstream::Init(CodechalSetting &settings) in Init()
46 bool DecodeJpegInputBitstream::IsComplete() in IsComplete()
51 MOS_STATUS DecodeJpegInputBitstream::Append(const CodechalDecodeParams &decodeParams) in Append()
H A Ddecode_jpeg_input_bitstream.h34 class DecodeJpegInputBitstream : public DecodeInputBitstream
40 DecodeJpegInputBitstream(DecodePipeline *pipeline, MediaTask *task, uint8_t numVdbox);
45 virtual ~DecodeJpegInputBitstream() {} in ~DecodeJpegInputBitstream()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/jpeg/pipeline/
H A Ddecode_jpeg_pipeline.cpp123 m_bitstream = MOS_New(DecodeJpegInputBitstream, this, m_task, m_numVdbox); in CreatePreSubPipeLines()