Searched refs:maxVideoSize (Results 1 – 2 of 2) sorted by relevance
291 Size maxVideoSize = null; in testAvailableStreamConfigs() local303 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() local628 maxVideoSize.toString(), cameraId), outputSizes, Arrays.asList(maxVideoSize)); in verifyRecommendedVideoSnapshotConfiguration()
1133 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local1135 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()1138 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()