Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java620 float maxYuvAspectRatio = (float)maxYuvSize.getWidth() / (float)maxYuvSize.getHeight(); in testStaticBurstCharacteristics() local
621 if (sensorAspectRatio < maxYuvAspectRatio) { in testStaticBurstCharacteristics()
622 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()
623 } else if (sensorAspectRatio > maxYuvAspectRatio) { in testStaticBurstCharacteristics()
624 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()