Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/include/histogram/
Dhistogram.h28 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
DHistogramInfo.h28 enum class HistogramType { HISTOGRAM_SAMPLING = 0, HISTOGRAM_HIDL, HISTOGRAM_TYPE_NUM }; enumerator
/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()