Home
last modified time | relevance | path

Searched refs:maxSupportedInstances (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecResourceTest.java64 CodecInfo(String name, int maxSupportedInstances, String mime, MediaFormat mediaFormat) { in CodecInfo() argument
66 this.maxSupportedInstances = maxSupportedInstances; in CodecInfo()
71 public final int maxSupportedInstances; field in MediaCodecResourceTest.CodecInfo
114 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()