Searched refs:maxVideoSize (Results 1 – 2 of 2) sorted by relevance
286 Size maxVideoSize = null; in testAvailableStreamConfigs() local298 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() local625 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()