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.java121 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel() local
123 if (sensorAspectRatio < maxJpegAspectRatio) { in testHwSupportedLevel()
125 } else if (sensorAspectRatio > maxJpegAspectRatio) { in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java544 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics() local
546 if (sensorAspectRatio < maxYuvAspectRatio) { in testStaticBurstCharacteristics()
548 } else if (sensorAspectRatio > maxYuvAspectRatio) { in testStaticBurstCharacteristics()