Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp1070 constexpr float FLOATING_POINT_THRESHOLD = 0.00001f; in verifyZoomCharacteristics() local
1071 if (maxDigitalZoom > maxZoomRatio + FLOATING_POINT_THRESHOLD) { in verifyZoomCharacteristics()
1074 << FLOATING_POINT_THRESHOLD << "!"; in verifyZoomCharacteristics()
1986 constexpr float FLOATING_POINT_THRESHOLD = 0.00001f; in verifySessionCharacteristics() local
1987 if (abs(maxDigitalZoom - maxZoomRatio) > FLOATING_POINT_THRESHOLD) { in verifySessionCharacteristics()
1990 << " is greater than the threshold " << FLOATING_POINT_THRESHOLD << "!"; in verifySessionCharacteristics()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp8367 constexpr float FLOATING_POINT_THRESHOLD = 0.00001f; in verifyZoomCharacteristics() local
8368 if (maxDigitalZoom > maxZoomRatio + FLOATING_POINT_THRESHOLD) { in verifyZoomCharacteristics()
8371 << FLOATING_POINT_THRESHOLD << "!"; in verifyZoomCharacteristics()