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.java119 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel() local
126 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()
128 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java542 float croppedWidth = (float)sensorSize.getWidth(); in testStaticBurstCharacteristics() local
549 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()
551 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testStaticBurstCharacteristics()