Skip to content

Commit

Permalink
[Decode] add decode histogram #1
Browse files Browse the repository at this point in the history
Change-Id: Ibaffb10cfc10ca7128e241804f2281323202fe13
  • Loading branch information
yangning1368 authored and intel-mediadev committed Oct 29, 2019
1 parent fbe1ba4 commit d9d85ee
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,19 @@ class CodechalDecodeHistogram
//! \return No return
//!
virtual void setHistogramComponent(uint8_t component);

//!
//! \brief Get surface to hold input histogram buffer
//! \return PMOS_SURFACE
//!
virtual PMOS_SURFACE GetHistogramSurface();

//!
//! \brief Set source surface to hold internal histogram buffer
//! \return No Return
//!
virtual void SetSrcHistogramSurface(PMOS_SURFACE refSurface) {};

//!
//! \brief Render and output the histogram
//! \param [in] codechalDecoder
Expand Down

0 comments on commit d9d85ee

Please sign in to comment.