Searched refs:vcaps (Results 1 – 2 of 2) sorted by relevance
69 VideoCapabilities vcaps = caps.getVideoCapabilities(); in getTestFormat() local70 int width = vcaps.getSupportedWidths().getLower(); in getTestFormat()71 int height = vcaps.getSupportedHeightsFor(width).getLower(); in getTestFormat()72 int bitrate = vcaps.getBitrateRange().getLower(); in getTestFormat()
537 VideoCapabilities vcaps = caps.getVideoCapabilities(); in createMinFormat() local538 int minWidth = vcaps.getSupportedWidths().getLower(); in createMinFormat()539 int minHeight = vcaps.getSupportedHeightsFor(minWidth).getLower(); in createMinFormat()540 int minBitrate = vcaps.getBitrateRange().getLower(); in createMinFormat()