Searched refs:mComplexityRange (Results 1 – 1 of 1) sorted by relevance
2655 return mComplexityRange; in getComplexityRange()2693 private Range<Integer> mComplexityRange; field in MediaCodecInfo.EncoderCapabilities2711 mComplexityRange = Range.create(0, 0); in init()2722 mComplexityRange = Range.create(0, 8); in applyLevelLimits()2742 mComplexityRange = Utils in parseFromInfo()2743 .parseIntRange(info.getString("complexity-range"), mComplexityRange); in parseFromInfo()2771 ok = mComplexityRange.contains(complexity); in supports()2795 if (!mComplexityRange.getUpper().equals(mComplexityRange.getLower()) in setDefaultFormat()