Searched refs:maxSupportedInstances (Results 1 – 1 of 1) sorted by relevance
64 CodecInfo(String name, int maxSupportedInstances, String mime, MediaFormat mediaFormat) { in CodecInfo() argument66 this.maxSupportedInstances = maxSupportedInstances; in CodecInfo()71 public final int maxSupportedInstances; field in MediaCodecResourceTest.CodecInfo114 codecInfo.maxSupportedInstances > 0); in testLowerPriorityProcessFailsToReclaimResources()132 for (int i = 0; i <= codecInfo.maxSupportedInstances; ++i) { in testLowerPriorityProcessFailsToReclaimResources()153 + " same process", codecInfo.maxSupportedInstances, codecInfo.name), in testLowerPriorityProcessFailsToReclaimResources()201 codecInfo.maxSupportedInstances > 0); in testHigherPriorityProcessReclaimsResources()219 for (int i = 0; i <= codecInfo.maxSupportedInstances; ++i) { in testHigherPriorityProcessReclaimsResources()240 + " same process", codecInfo.maxSupportedInstances, codecInfo.mime), in testHigherPriorityProcessReclaimsResources()