Searched refs:maxTimesUs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp471 SortedVector<int64_t> maxTimesUs; local
480 maxTimesUs.add(timeUs);
481 while (maxTimesUs.size() > 2) {
482 maxTimesUs.removeAt(0);
483 t1 = maxTimesUs.itemAt(0);
484 t2 = maxTimesUs.itemAt(1);

Completed in 67 milliseconds