Home
last modified time | relevance | path

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

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