Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java430 VideoCapabilities vidCaps = caps.getVideoCapabilities(); in createReasonableVideoFormat() local
434 int maxWidth = vidCaps.getSupportedWidths().getUpper(); in createReasonableVideoFormat()
435 int maxHeight = vidCaps.getSupportedHeightsFor(width).getUpper(); in createReasonableVideoFormat()
436 int maxRate = vidCaps.getSupportedFrameRatesFor(width, height).getUpper().intValue(); in createReasonableVideoFormat()
437 int bitrate = vidCaps.getBitrateRange().clamp( in createReasonableVideoFormat()
438 (int)(vidCaps.getBitrateRange().getUpper() in createReasonableVideoFormat()