Home
last modified time | relevance | path

Searched refs:maxVideoSize (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java226 Size maxVideoSize = null; in testAvailableStreamConfigs() local
236 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()
DRecordingTest.java1064 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local
1066 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()
1069 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()