Searched refs:maxVideoSize (Results 1 – 2 of 2) sorted by relevance
1761 Size maxVideoSize = SIZE_BOUND_720P; in initSupportedVideoSize() local1763 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()
389 Size maxVideoSize = null; in testAvailableStreamConfigs() local401 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() local862 maxVideoSize.toString(), cameraId), outputSizes, Arrays.asList(maxVideoSize)); in verifyRecommendedVideoSnapshotConfiguration()