Searched refs:totalMemory (Results 1 – 8 of 8) sorted by relevance
259 int totalMemory = 0; in doDecode() local266 if (totalMemory + sampleSize > MAX_SIZE_SAMPLES_IN_MEMORY_BYTES) { in doDecode()280 totalMemory += sampleSize; in doDecode()285 (totalMemory / 1024) + " KB."); in doDecode()287 mBitrate = (int)Math.round(totalMemory * 30. * 8. / mSamplesInMemory.size()); in doDecode()
136 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
894 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
276 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
348 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
436 long usedMemory = rt.totalMemory() - rt.freeMemory(); in doTest()
2084 …iption: "Physical memory in MiB as reported by android.app.ActivityManager.MemeryInfo.totalMemory."2110 …iption: "Physical memory in MiB as reported by android.app.ActivityManager.MemeryInfo.totalMemory."
1729 name: "totalMemory"