Searched refs:maxVideoSize (Results 1 – 2 of 2) sorted by relevance
217 Size maxVideoSize = new Size( in testAvailableStreamConfigs() local223 maxVideoSize.getWidth() >= FULLHD.getWidth() && in testAvailableStreamConfigs()224 maxVideoSize.getHeight() >= FULLHD.getHeight())) { in testAvailableStreamConfigs()242 if (size.getWidth() >= maxVideoSize.getWidth() && in testAvailableStreamConfigs()243 size.getHeight() >= maxVideoSize.getHeight()) { in testAvailableStreamConfigs()
838 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local840 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()843 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()