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.java286 Size maxVideoSize = null; in testAvailableStreamConfigs() local
298 maxVideoSize = sz; in testAvailableStreamConfigs()
306 maxVideoSize = new Size( in testAvailableStreamConfigs()
309 if (maxVideoSize == null) { in testAvailableStreamConfigs()
317 maxVideoSize.getWidth() >= FULLHD.getWidth() && in testAvailableStreamConfigs()
318 maxVideoSize.getHeight() >= FULLHD.getHeight())) { in testAvailableStreamConfigs()
343 if (size.getWidth() >= maxVideoSize.getWidth() && in testAvailableStreamConfigs()
344 size.getHeight() >= maxVideoSize.getHeight()) { in testAvailableStreamConfigs()
621 Size maxVideoSize = CameraTestUtils.getMaxSize(privateVideoSizes); in verifyRecommendedVideoSnapshotConfiguration() local
625 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()