Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java69 Rect activeRect = mStaticInfo.getActiveArraySizeChecked(); in testHwSupportedLevel() local
70 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java201 Rect activeRect = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs() local
206 int activeArrayHeight = activeRect.height(); in testAvailableStreamConfigs()
207 int activeArrayWidth = activeRect.width(); in testAvailableStreamConfigs()
592 Rect activeRect = CameraTestUtils.getValueNotNull( in verifyRecommendedSnapshotConfiguration() local
594 Size arraySize = new Size(activeRect.width(), activeRect.height()); in verifyRecommendedSnapshotConfiguration()
1186 Rect activeRect = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics() local
1188 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testStaticBurstCharacteristics()