Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java73 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel() local
119 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel()
120 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel()
121 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel()
124 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()
126 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java525 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testStaticBurstCharacteristics() local
545 float croppedWidth = (float)sensorSize.getWidth(); in testStaticBurstCharacteristics()
546 float croppedHeight = (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()
547 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()
550 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()
552 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()
645 mIds[counter], maxYuvSize.toString(), sensorSize.toString(), in testStaticBurstCharacteristics()