Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp734 float arTol = CameraProviderManager::kDepthARTolerance; in getMatchingDepthSize() local
750 if ((fabs(aspectRatio - currentRatio) <= arTol) && (currentSize > oldSize)) { in getMatchingDepthSize()