Searched refs:maxRate (Results 1 – 2 of 2) sorted by relevance
436 int maxRate = vidCaps.getSupportedFrameRatesFor(width, height).getUpper().intValue(); in createReasonableVideoFormat() local440 Log.i(TAG, "reasonable bitrate for " + width + "x" + height + "@" + maxRate in createReasonableVideoFormat()443 format.setInteger(format.KEY_FRAME_RATE, maxRate); in createReasonableVideoFormat()
238 int maxRate = in initCodecsAndConfigureEncoder() local241 frameRate = Math.min(30, maxRate); in initCodecsAndConfigureEncoder()