Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java551 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testStaticBurstCharacteristics() local
554 … (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()
643 croppedSensorSize.toString()), in testStaticBurstCharacteristics()
DStaticMetadataTest.java128 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel() local
131 croppedSensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()