Home
last modified time | relevance | path

Searched refs:activeRect (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java79 Rect activeRect = mStaticInfo.getActiveArraySizeChecked(); in testHwSupportedLevel() local
80 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java217 Rect activeRect = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs() local
222 int activeArrayHeight = activeRect.height(); in testAvailableStreamConfigs()
223 int activeArrayWidth = activeRect.width(); in testAvailableStreamConfigs()
608 Rect activeRect = CameraTestUtils.getValueNotNull( in verifyRecommendedSnapshotConfiguration() local
610 Size arraySize = new Size(activeRect.width(), activeRect.height()); in verifyRecommendedSnapshotConfiguration()
1214 Rect activeRect = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics() local
1216 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testStaticBurstCharacteristics()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1942 Rect activeRect = getValueFromKeyNonNull( in getAvailableExtendedSceneModeCapsChecked() local
1978 if (activeRect.width() >= FULL_HD.getWidth() && in getAvailableExtendedSceneModeCapsChecked()
1979 activeRect.height() >= FULL_HD.getHeight()) { in getAvailableExtendedSceneModeCapsChecked()