Searched refs:CodechalDecodeHistogram (Results 1 – 10 of 10) sorted by relevance
29 CodechalDecodeHistogram::CodechalDecodeHistogram( in CodechalDecodeHistogram() function in CodechalDecodeHistogram39 CodechalDecodeHistogram::~CodechalDecodeHistogram() in ~CodechalDecodeHistogram()47 void CodechalDecodeHistogram::setHistogramComponent(uint8_t component) in setHistogramComponent()52 PMOS_SURFACE CodechalDecodeHistogram::GetHistogramSurface() in GetHistogramSurface()57 MOS_STATUS CodechalDecodeHistogram::RenderHistogram( in RenderHistogram()
44 class CodechalDecodeHistogram55 CodechalDecodeHistogram(61 virtual ~CodechalDecodeHistogram();
46 class CodechalDecodeHistogram; variable641 …void SetDecodeHistogram(CodechalDecodeHistogram *decodeHistogram) { m_decodeHistogram = decodeHist… in SetDecodeHistogram()647 CodechalDecodeHistogram* GetDecodeHistogram() { return m_decodeHistogram; } in GetDecodeHistogram()1129 CodechalDecodeHistogram *m_decodeHistogram = nullptr;
37 class CodechalDecodeHistogramVebox: public CodechalDecodeHistogram
33 CodechalDecodeHistogram(hwInterface, osInterface), in CodechalDecodeHistogramVebox()
31 class CodechalDecodeHistogram; variable46 static CodechalDecodeHistogram* CreateFactory(60 CodechalDecodeHistogram *m_decodeHistogramDevice = nullptr; //!< decode histogram device
538 CodechalDecodeHistogram* DecodeHistogramDevice::CreateFactory( in CreateFactory()551 CodechalDecodeHistogram *decodeHistogramDevice = nullptr; in CreateFactory()
39 class CodechalDecodeHistogramG12 : public CodechalDecodeHistogram
31 MOS_INTERFACE *osInterface) : CodechalDecodeHistogram(hwInterface, osInterface) in CodechalDecodeHistogramG12()
365 using DecodeHistogramG12 = CodechalDecodeHistogram;