Searched refs:activeRect (Results 1 – 3 of 3) sorted by relevance
79 Rect activeRect = mStaticInfo.getActiveArraySizeChecked(); in testHwSupportedLevel() local80 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel()
217 Rect activeRect = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs() local222 int activeArrayHeight = activeRect.height(); in testAvailableStreamConfigs()223 int activeArrayWidth = activeRect.width(); in testAvailableStreamConfigs()608 Rect activeRect = CameraTestUtils.getValueNotNull( in verifyRecommendedSnapshotConfiguration() local610 Size arraySize = new Size(activeRect.width(), activeRect.height()); in verifyRecommendedSnapshotConfiguration()1214 Rect activeRect = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics() local1216 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testStaticBurstCharacteristics()
1942 Rect activeRect = getValueFromKeyNonNull( in getAvailableExtendedSceneModeCapsChecked() local1978 if (activeRect.width() >= FULL_HD.getWidth() && in getAvailableExtendedSceneModeCapsChecked()1979 activeRect.height() >= FULL_HD.getHeight()) { in getAvailableExtendedSceneModeCapsChecked()