Home
last modified time | relevance | path

Searched refs:WEIGHT_SUM (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/zuma/libhwc2.1/libdevice/
DHistogramController.h41 .weights = {WEIGHT_SUM, 0, 0},
50 .weights = {0, WEIGHT_SUM, 0},
59 .weights = {0, 0, WEIGHT_SUM},
/hardware/google/graphics/common/libhwc2.1/
Dhistogram_mediator.h52 constexpr size_t WEIGHT_SUM = 1024; variable
Dpixel-display.cpp272 if ((weight.weightR + weight.weightG + weight.weightB) != (histogram::WEIGHT_SUM)) { in histogramSample()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.h83 static constexpr size_t WEIGHT_SUM = 1024; variable
DHistogramDevice.cpp1422 if ((weights.weightR + weights.weightG + weights.weightB) != WEIGHT_SUM) { in validateHistogramWeights()