HomeSort by relevance Sort by last modified time
    Searched refs:mLastQueuedTimeUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 46 mLastQueuedTimeUs(0),
260 mLastQueuedTimeUs = 0ll;
270 mLastQueuedTimeUs = lastQueuedTimeUs;
272 mLastQueuedTimeUs, mLastQueuedTimeUs / 1E6);
346 mLastQueuedTimeUs = 0;
451 int64_t diff = duration - mLastQueuedTimeUs;
555 mLastQueuedTimeUs = newLastQueuedTimeUs;
AnotherPacketSource.h 115 int64_t mLastQueuedTimeUs;

Completed in 321 milliseconds