Searched refs:mComplexityRange (Results 1 – 1 of 1) sorted by relevance
2643 return mComplexityRange; in getComplexityRange()2681 private Range<Integer> mComplexityRange; field in MediaCodecInfo.EncoderCapabilities2699 mComplexityRange = Range.create(0, 0); in init()2710 mComplexityRange = Range.create(0, 8); in applyLevelLimits()2730 mComplexityRange = Utils in parseFromInfo()2731 .parseIntRange(info.getString("complexity-range"), mComplexityRange); in parseFromInfo()2759 ok = mComplexityRange.contains(complexity); in supports()2783 if (!mComplexityRange.getUpper().equals(mComplexityRange.getLower()) in setDefaultFormat()