Searched refs:histogram_channel_property_ (Results 1 – 2 of 2) sorted by relevance
138 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()
126 std::array<DrmProperty, histogram_channels_max> histogram_channel_property_; variable