Home | History | Annotate | Download | only in cts

Lines Matching defs:totalMemory

138             int totalMemory = 0;
145 if (totalMemory + sampleSize > MAX_SIZE_SAMPLES_IN_MEMORY_BYTES) {
159 totalMemory += sampleSize;
164 (totalMemory / 1024) + " KB.");
166 mBitrate = (int)Math.round(totalMemory * 30. * 8. / mSamplesInMemory.size());