Searched refs:SIZE_ERROR_MARGIN (Results 1 – 2 of 2) sorted by relevance
68 final float SIZE_ERROR_MARGIN = 0.03f; in testHwSupportedLevel() local131 croppedSensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()
499 final float SIZE_ERROR_MARGIN = 0.03f; in testStaticBurstCharacteristics() local554 … (maxYuvSize.getWidth() <= croppedSensorSize.getWidth() * (1.0 + SIZE_ERROR_MARGIN) && in testStaticBurstCharacteristics()555 … maxYuvSize.getWidth() >= croppedSensorSize.getWidth() * (1.0 - SIZE_ERROR_MARGIN) && in testStaticBurstCharacteristics()556 … maxYuvSize.getHeight() <= croppedSensorSize.getHeight() * (1.0 + SIZE_ERROR_MARGIN) && in testStaticBurstCharacteristics()557 … maxYuvSize.getHeight() >= croppedSensorSize.getHeight() * (1.0 - SIZE_ERROR_MARGIN)); in testStaticBurstCharacteristics()