Searched refs:maxVideoSize (Results 1 – 2 of 2) sorted by relevance
226 Size maxVideoSize = null; in testAvailableStreamConfigs() local236 maxVideoSize = sz; in testAvailableStreamConfigs()244 maxVideoSize = new Size( in testAvailableStreamConfigs()247 if (maxVideoSize == null) { in testAvailableStreamConfigs()254 maxVideoSize.getWidth() >= FULLHD.getWidth() && in testAvailableStreamConfigs()255 maxVideoSize.getHeight() >= FULLHD.getHeight())) { in testAvailableStreamConfigs()273 if (size.getWidth() >= maxVideoSize.getWidth() && in testAvailableStreamConfigs()274 size.getHeight() >= maxVideoSize.getHeight()) { in testAvailableStreamConfigs()
1064 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local1066 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()1069 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()