Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java136 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel() local
143 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()
145 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java794 float croppedWidth = (float)sensorSize.getWidth(); in isSizeWithinSensorMargin() local
801 croppedWidth = (float)sensorSize.getHeight() * maxAspectRatio; in isSizeWithinSensorMargin()
803 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin()