Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java410 int minVideoWidth = Integer.MAX_VALUE; in setSupportedResolution() local
419 if (size.width < minVideoWidth || size.height < minVideoHeight) { in setSupportedResolution()
420 minVideoWidth = size.width; in setSupportedResolution()
425 mVideoWidth = minVideoWidth; in setSupportedResolution()