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.java75 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel() local
121 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel()
122 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel()
123 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel()
126 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()
128 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java597 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testStaticBurstCharacteristics() local
617 float croppedWidth = (float)sensorSize.getWidth(); in testStaticBurstCharacteristics()
618 float croppedHeight = (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()
619 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()
622 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()
624 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()
717 mIds[counter], maxYuvSize.toString(), sensorSize.toString(), in testStaticBurstCharacteristics()