Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp553 int64_t lastUs = -1; in getMetaAfterLastDequeued() local
561 durationUs += lastUs - firstUs; in getMetaAfterLastDequeued()
563 lastUs = -1; in getMetaAfterLastDequeued()
571 if (lastUs < 0 || timeUs > lastUs) { in getMetaAfterLastDequeued()
572 lastUs = timeUs; in getMetaAfterLastDequeued()
574 if (durationUs + (lastUs - firstUs) >= delayUs) { in getMetaAfterLastDequeued()