Home
last modified time | relevance | path

Searched refs:histogram_threshold_property_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp96 if (drm_->GetCrtcProperty(*this, "histogram_threshold", &histogram_threshold_property_)) in Init()
126 properties_.push_back(&histogram_threshold_property_); in Init()
258 return histogram_threshold_property_; in histogram_threshold_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h113 DrmProperty histogram_threshold_property_; variable