Searched refs:last (Results 1 – 5 of 5) sorted by relevance
297 AudioTimestamp last = mTimestamps.get(mTimestamps.size() - 1); in estimateSampleRate() local298 return calculateSampleRate(first, last); in estimateSampleRate()
2593 int last = stopAtSample.length - 1;2601 stopAtSample[last] + 100, outputChecksums, outputTimestamps);2606 for (int i = last; i >= 0; --i) {
4356 Integer last = lastPositionForType.get(type);4357 last = last != null ? last : Integer.MIN_VALUE;4358 lastPositionForType.put(type, Math.max(last, i));
283 # Number of spaces of indent required when the last token on the preceding line
183 has been added in the non-executed part of the last "if" statement,