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.java117 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel() local
121 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()
125 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java568 float croppedHeight = (float)sensorSize.getHeight(); in isSizeWithinSensorMargin() local
572 croppedHeight = (float)sensorSize.getWidth() / maxAspectRatio; in isSizeWithinSensorMargin()
576 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin()