Home
last modified time | relevance | path

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

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