Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java291 Size maxVideoSize = null; in testAvailableStreamConfigs() local
303 maxVideoSize = sz; in testAvailableStreamConfigs()
311 maxVideoSize = new Size( in testAvailableStreamConfigs()
314 if (maxVideoSize == null) { in testAvailableStreamConfigs()
322 maxVideoSize.getWidth() >= FULLHD.getWidth() && in testAvailableStreamConfigs()
323 maxVideoSize.getHeight() >= FULLHD.getHeight())) { in testAvailableStreamConfigs()
348 if (size.getWidth() >= maxVideoSize.getWidth() && in testAvailableStreamConfigs()
349 size.getHeight() >= maxVideoSize.getHeight()) { in testAvailableStreamConfigs()
624 Size maxVideoSize = CameraTestUtils.getMaxSize(privateVideoSizes); in verifyRecommendedVideoSnapshotConfiguration() local
628 maxVideoSize.toString(), cameraId), outputSizes, Arrays.asList(maxVideoSize)); in verifyRecommendedVideoSnapshotConfiguration()
DRecordingTest.java1133 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local
1135 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()
1138 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()