Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp143 const float kAspectRatioMatchThres = 0.025f; // This threshold is good enough to distinguish in isAspectRatioClose() local
146 return (std::abs(ar1 - ar2) < kAspectRatioMatchThres); in isAspectRatioClose()