Searched refs:actualMax (Results 1 – 1 of 1) sorted by relevance
594 int actualMax = codecs.size(); in getActualMax() local600 return actualMax; in getActualMax()619 int actualMax = getActualMax( in testGetMaxSupportedInstances() local621 Log.d(TAG, "actualMax " + actualMax + " vs reported max " + max); in testGetMaxSupportedInstances()622 if (actualMax < (int)(max * 0.9) || actualMax > (int) Math.ceil(max * 1.1)) { in testGetMaxSupportedInstances()626 actualMax + "\" />"; in testGetMaxSupportedInstances()