Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java123 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel() local
125 if (sensorAspectRatio < maxJpegAspectRatio) { in testHwSupportedLevel()
127 } else if (sensorAspectRatio > maxJpegAspectRatio) { in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java619 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics() local
621 if (sensorAspectRatio < maxYuvAspectRatio) { in testStaticBurstCharacteristics()
623 } else if (sensorAspectRatio > maxYuvAspectRatio) { in testStaticBurstCharacteristics()