Home
last modified time | relevance | path

Searched defs:HistogramRAIIEnabler (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.cpp208 struct HistogramRAIIEnabler struct
210 static std::unique_ptr<HistogramRAIIEnabler> create(int fd, int crtc_id, int histogram_prop) { in create()
218 ~HistogramRAIIEnabler() { in ~HistogramRAIIEnabler()
226 HistogramRAIIEnabler(int fd, int crtc_id, int histogram_property) : in HistogramRAIIEnabler() argument
232 int fd;
233 int crtc_id;
234 int histogram_property;