Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DHdrSdrRatioOverlay.h38 void changeHdrSdrRatio(float currentRatio);
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp861 float currentRatio = static_cast<float> (currentWidth) / in getMatchingDepthSize() local
865 if ((fabs(aspectRatio - currentRatio) <= arTol) && (currentSize > oldSize)) { in getMatchingDepthSize()