Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h125 static const uint8_t histogram_channels_max = 4; variable
126 std::array<DrmProperty, histogram_channels_max> histogram_channel_property_;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp134 for (int i = 0; i < histogram_channels_max; i++) { in Init()
289 if (histogram_channels_max <= channelId) { in histogram_channel_property()