Searched refs:maxVideoSize (Results 1 – 2 of 2) sorted by relevance
212 Size maxVideoSize = new Size( in testAvailableStreamConfigs() local218 maxVideoSize.getWidth() >= FULLHD.getWidth() && in testAvailableStreamConfigs()219 maxVideoSize.getHeight() >= FULLHD.getHeight())) { in testAvailableStreamConfigs()237 if (size.getWidth() >= maxVideoSize.getWidth() && in testAvailableStreamConfigs()238 size.getHeight() >= maxVideoSize.getHeight()) { in testAvailableStreamConfigs()
708 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local710 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()713 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()