Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/include/histogram/
DHistogramInfo.h28 enum class HistogramType { HISTOGRAM_SAMPLING = 0, HISTOGRAM_HIDL, HISTOGRAM_TYPE_NUM }; enum
56 HistogramType getHistogramType() { return mHistogramType; } in getHistogramType()
58 HistogramInfo(HistogramType type) { mHistogramType = type; } in HistogramInfo()
65 HistogramType mHistogramType = HistogramType::HISTOGRAM_TYPE_NUM;
Dhistogram.h28 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
/hardware/google/graphics/gs201/histogram/
Dhistogram.h29 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()