Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp138 if (!drm_->GetCrtcProperty(*this, pname, &histogram_channel_property_[i])) { in Init()
140 properties_.push_back(&histogram_channel_property_[i]); in Init()
291 return histogram_channel_property_[0]; in histogram_channel_property()
293 return histogram_channel_property_[channelId]; in histogram_channel_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h126 std::array<DrmProperty, histogram_channels_max> histogram_channel_property_; variable