Searched refs:DecodeJpegInputBitstream (Results 1 – 3 of 3) sorted by relevance
32 DecodeJpegInputBitstream::DecodeJpegInputBitstream(DecodePipeline* pipeline, MediaTask* task, uint8… in DecodeJpegInputBitstream() function in decode::DecodeJpegInputBitstream37 MOS_STATUS DecodeJpegInputBitstream::Init(CodechalSetting &settings) in Init()46 bool DecodeJpegInputBitstream::IsComplete() in IsComplete()51 MOS_STATUS DecodeJpegInputBitstream::Append(const CodechalDecodeParams &decodeParams) in Append()
34 class DecodeJpegInputBitstream : public DecodeInputBitstream40 DecodeJpegInputBitstream(DecodePipeline *pipeline, MediaTask *task, uint8_t numVdbox);45 virtual ~DecodeJpegInputBitstream() {} in ~DecodeJpegInputBitstream()
123 m_bitstream = MOS_New(DecodeJpegInputBitstream, this, m_task, m_numVdbox); in CreatePreSubPipeLines()