Searched refs:CodechalDecodeJpeg (Results 1 – 14 of 14) sorted by relevance
41 typedef class CodechalDecodeJpeg *PCODECHAL_DECODE_JPEG_STATE;47 class CodechalDecodeJpeg: public CodechalDecode59 CodechalDecodeJpeg(67 CodechalDecodeJpeg(const CodechalDecodeJpeg&) = delete;72 CodechalDecodeJpeg& operator=(const CodechalDecodeJpeg&) = delete;77 ~CodechalDecodeJpeg();
43 CodechalDecodeJpeg::~CodechalDecodeJpeg() in ~CodechalDecodeJpeg()68 CodechalDecodeJpeg::CodechalDecodeJpeg( in CodechalDecodeJpeg() function in CodechalDecodeJpeg95 MOS_STATUS CodechalDecodeJpeg::InitializeBeginFrame() in InitializeBeginFrame()109 MOS_STATUS CodechalDecodeJpeg::CopyDataSurface() in CopyDataSurface()214 MOS_STATUS CodechalDecodeJpeg::CheckAndCopyIncompleteBitStream() in CheckAndCopyIncompleteBitStream()373 MOS_STATUS CodechalDecodeJpeg::CheckSupportedFormat( in CheckSupportedFormat()421 MOS_STATUS CodechalDecodeJpeg::SetFrameStates() in SetFrameStates()563 MOS_STATUS CodechalDecodeJpeg::AllocateResources() in AllocateResources()579 void CodechalDecodeJpeg::SetOutputSurfaceLayout( in SetOutputSurfaceLayout()610 MOS_STATUS CodechalDecodeJpeg::DecodeStateLevel() in DecodeStateLevel()[all …]
56 CodechalDecodeJpeg *m_jpegState = nullptr; //!< Pinter to JPEG decode state
36 m_jpegState = (CodechalDecodeJpeg *)standardState; in CodechalMmcDecodeJpeg()
93 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeJpeg::SetFrameStates()); in SetFrameStates()565 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeJpeg::AllocateStandard(settings)); in AllocateStandard()584 CodechalDecodeJpeg(hwInterface, debugInterface, standardInfo) in CodechalDecodeJpegG11()
38 class CodechalDecodeJpegG11 : public CodechalDecodeJpeg
95 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeJpeg::SetFrameStates()); in SetFrameStates()583 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeJpeg::AllocateStandard(settings)); in AllocateStandard()621 CodechalDecodeJpeg(hwInterface, debugInterface, standardInfo) in CodechalDecodeJpegG12()
60 CodechalDecodeJpeg *m_jpegState = nullptr; //!< Pinter to JPEG decode state
38 class CodechalDecodeJpegG12 : public CodechalDecodeJpeg
36 m_jpegState = (CodechalDecodeJpeg *)standardState; in CodechalMmcDecodeJpegG12()
116 using Jpeg = CodechalDecodeJpeg;
161 using Jpeg = CodechalDecodeJpeg;
165 using Jpeg = CodechalDecodeJpeg;
163 using Jpeg = CodechalDecodeJpeg;