Searched refs:totalMemory (Results 1 – 3 of 3) sorted by relevance
152 int totalMemory = 0; in doDecode() local159 if (totalMemory + sampleSize > MAX_SIZE_SAMPLES_IN_MEMORY_BYTES) { in doDecode()173 totalMemory += sampleSize; in doDecode()178 (totalMemory / 1024) + " KB."); in doDecode()180 mBitrate = (int)Math.round(totalMemory * 30. * 8. / mSamplesInMemory.size()); in doDecode()
715 long usedMemory = rt.totalMemory() - rt.freeMemory(); in doTest()
1729 name: "totalMemory"