Searched refs:BITRATE_RANGE (Results 1 – 1 of 1) sorted by relevance
128 private static final Range<Integer> BITRATE_RANGE = Range.create(0, 500000000); field in MediaCodecInfo1606 mBitrateRange = BITRATE_RANGE; in initWithPlatformLimits()1781 bitRates = bitRates.intersect(BITRATE_RANGE); in parseFromInfo()1784 + ") is out of limits: " + BITRATE_RANGE); in parseFromInfo()1839 mBitrateRange = BITRATE_RANGE.intersect(bitRates); in parseFromInfo()