Searched refs:loopCount (Results 1 – 3 of 3) sorted by relevance
213 int loopCount = 0; in checkAndGetMaxSupportedInstancesForCodecCombinations() local226 maxInstances[loopCount] = cap.getMaxSupportedInstances(); in checkAndGetMaxSupportedInstancesForCodecCombinations()237 maxMacroBlockRates[loopCount] = 0; in checkAndGetMaxSupportedInstancesForCodecCombinations()243 if (pp.getMaxMacroBlockRate() > maxMacroBlockRates[loopCount]) { in checkAndGetMaxSupportedInstancesForCodecCombinations()244 maxMacroBlockRates[loopCount] = (int) pp.getMaxMacroBlockRate(); in checkAndGetMaxSupportedInstancesForCodecCombinations()245 maxFrameRates[loopCount] = pp.getMaxFrameRate(); in checkAndGetMaxSupportedInstancesForCodecCombinations()250 if (pp.getMaxMacroBlockRate() > maxMacroBlockRates1080p[loopCount]) { in checkAndGetMaxSupportedInstancesForCodecCombinations()251 maxMacroBlockRates1080p[loopCount] = (int) pp.getMaxMacroBlockRate(); in checkAndGetMaxSupportedInstancesForCodecCombinations()252 maxFrameRates1080p[loopCount] = pp.getMaxFrameRate(); in checkAndGetMaxSupportedInstancesForCodecCombinations()268 loopCount++; in checkAndGetMaxSupportedInstancesForCodecCombinations()
66 private long loopCount = 300000000; field in SustainedPerformanceHostTest.Dhrystone81 String result = device.executeShellCommand("echo " + loopCount in run()86 loopCount = loopCount*10; in run()
1158 int loopCount = 2; in testSetLoopPointsEndTooFar() local1160 track.setLoopPoints(dataSizeInFrames - 10, dataSizeInFrames + 50, loopCount) == in testSetLoopPointsEndTooFar()