Home
last modified time | relevance | path

Searched refs:maxTimesUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp486 SortedVector<int64_t> maxTimesUs; in getEstimatedBufferDurationUs() local
495 maxTimesUs.add(timeUs); in getEstimatedBufferDurationUs()
496 while (maxTimesUs.size() > 2) { in getEstimatedBufferDurationUs()
497 maxTimesUs.removeAt(0); in getEstimatedBufferDurationUs()
498 t1 = maxTimesUs.itemAt(0); in getEstimatedBufferDurationUs()
499 t2 = maxTimesUs.itemAt(1); in getEstimatedBufferDurationUs()