Searched refs:totalMemory (Results 1 – 4 of 4) sorted by relevance
124 int totalMemory = 0; in doDecode() local129 if (totalMemory + sampleSize > MAX_SIZE_SAMPLES_IN_MEMORY_BYTES) { in doDecode()135 totalMemory += sampleSize; in doDecode()139 (totalMemory / 1024) + " KB."); in doDecode()141 mBitrate = (int)Math.round(totalMemory * 30. * 8. / mSamplesInMemory.size()); in doDecode()
117 long total = runtime.totalMemory(); in printMemory()
622 long usedMemory = rt.totalMemory() - rt.freeMemory(); in doTest()
17539 public native long totalMemory()