Home
last modified time | relevance | path

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

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