Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp1463 int32_t roiV = (roi != DISABLED_ROI) ? (roi.bottom - roi.top) : displayActiveV; in calculateThreshold() local
1464 int threshold = (roiV * roiH) >> 16; in calculateThreshold()