Searched defs:firstUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp481 int64_t firstUs = -1; local
490 durationUs += lastUs - firstUs;
491 firstUs = -1;
497 if (firstUs < 0) {
498 firstUs = timeUs;
503 if (durationUs + (lastUs - firstUs) >= delayUs) {

Completed in 63 milliseconds