Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStaticMetadataTest.java68 final float SIZE_ERROR_MARGIN = 0.03f; in testHwSupportedLevel() local
113 sensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java482 final float SIZE_ERROR_MARGIN = 0.03f; in testStaticBurstCharacteristics() local
526 (maxYuvSize.getWidth() <= sensorSize.getWidth() * (1.0 + SIZE_ERROR_MARGIN) && in testStaticBurstCharacteristics()
527 maxYuvSize.getWidth() >= sensorSize.getWidth() * (1.0 - SIZE_ERROR_MARGIN) && in testStaticBurstCharacteristics()
528 maxYuvSize.getHeight() <= sensorSize.getHeight() * (1.0 + SIZE_ERROR_MARGIN) && in testStaticBurstCharacteristics()
529 maxYuvSize.getHeight() >= sensorSize.getHeight() * (1.0 - SIZE_ERROR_MARGIN)); in testStaticBurstCharacteristics()