Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java505 Size sensorSize = new Size(activeRect.width(), activeRect.height()); 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()
614 mIds[counter], maxYuvSize.toString(), sensorSize.toString()), in testStaticBurstCharacteristics()
DStaticMetadataTest.java73 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel() local
113 sensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()