Searched refs:currentRatio (Results 1 – 2 of 2) sorted by relevance
38 void changeHdrSdrRatio(float currentRatio);
861 float currentRatio = static_cast<float> (currentWidth) / in getMatchingDepthSize() local865 if ((fabs(aspectRatio - currentRatio) <= arTol) && (currentSize > oldSize)) { in getMatchingDepthSize()