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