Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp482 int64_t lastUs = -1; in getMetaAfterLastDequeued() local
490 durationUs += lastUs - firstUs; in getMetaAfterLastDequeued()
492 lastUs = -1; in getMetaAfterLastDequeued()
500 if (lastUs < 0 || timeUs > lastUs) { in getMetaAfterLastDequeued()
501 lastUs = timeUs; in getMetaAfterLastDequeued()
503 if (durationUs + (lastUs - firstUs) >= delayUs) { in getMetaAfterLastDequeued()