Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java122 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel() local
126 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()
130 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java618 float croppedHeight = (float)sensorSize.getHeight(); in testStaticBurstCharacteristics() local
622 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()
626 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testStaticBurstCharacteristics()