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.java137 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel() local
141 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()
145 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java795 float croppedHeight = (float)sensorSize.getHeight(); in isSizeWithinSensorMargin() local
799 croppedHeight = (float)sensorSize.getWidth() / maxAspectRatio; in isSizeWithinSensorMargin()
803 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin()