Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp96 if (drm_->GetCrtcProperty(*this, "histogram_weights", &histogram_weights_property_)) in Init()
128 properties_.push_back(&histogram_weights_property_); in Init()
272 return histogram_weights_property_; in histogram_weights_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h119 DrmProperty histogram_weights_property_; variable