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.cpp98 if (drm_->GetCrtcProperty(*this, "histogram_threshold", &histogram_threshold_property_)) in Init()
129 properties_.push_back(&histogram_threshold_property_); in Init()
276 return histogram_threshold_property_; in histogram_threshold_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h120 DrmProperty histogram_threshold_property_; variable