Home
last modified time | relevance | path

Searched refs:HistogramInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/gs101/include/histogram/
Dhistogram.h26 class IDLHistogram : public HistogramInfo {
28 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
DHistogramInfo.h26 class HistogramInfo {
58 HistogramInfo(HistogramType type) { mHistogramType = type; } in HistogramInfo() function
59 virtual ~HistogramInfo() {} in ~HistogramInfo()
/hardware/google/graphics/gs201/histogram/
Dhistogram.h27 class IDLHistogram : public HistogramInfo {
29 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp609 if (mHistogramInfo->getHistogramType() == HistogramInfo::HistogramType::HISTOGRAM_HIDL) { in setHistogramData()