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/
DRecordingTest.java1761 Size maxVideoSize = SIZE_BOUND_720P; in initSupportedVideoSize() local
1763 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()
1765 maxVideoSize = SIZE_BOUND_QHD; in initSupportedVideoSize()
1767 maxVideoSize = SIZE_BOUND_2K; in initSupportedVideoSize()
1769 maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize()
1773 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()
DExtendedCameraCharacteristicsTest.java389 Size maxVideoSize = null; in testAvailableStreamConfigs() local
401 maxVideoSize = sz; in testAvailableStreamConfigs()
409 maxVideoSize = new Size( in testAvailableStreamConfigs()
412 if (maxVideoSize == null) { in testAvailableStreamConfigs()
420 maxVideoSize.getWidth() >= FULLHD.getWidth() && in testAvailableStreamConfigs()
421 maxVideoSize.getHeight() >= FULLHD.getHeight())) { in testAvailableStreamConfigs()
446 if (size.getWidth() >= maxVideoSize.getWidth() && in testAvailableStreamConfigs()
447 size.getHeight() >= maxVideoSize.getHeight()) { in testAvailableStreamConfigs()
858 Size maxVideoSize = CameraTestUtils.getMaxSize(privateVideoSizes); in verifyRecommendedVideoSnapshotConfiguration() local
862 maxVideoSize.toString(), cameraId), outputSizes, Arrays.asList(maxVideoSize)); in verifyRecommendedVideoSnapshotConfiguration()