Searched refs:SIZE_ERROR_MARGIN (Results 1 – 2 of 2) sorted by relevance
68 final float SIZE_ERROR_MARGIN = 0.03f; in testHwSupportedLevel() local113 sensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()
482 final float SIZE_ERROR_MARGIN = 0.03f; in testStaticBurstCharacteristics() local526 (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()