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),
289 mLastQueuedTimeUs = 0ll;
299 mLastQueuedTimeUs = lastQueuedTimeUs;
301 mLastQueuedTimeUs, mLastQueuedTimeUs / 1E6);
377 mLastQueuedTimeUs = 0;
507 int64_t diff = duration - mLastQueuedTimeUs;
611 mLastQueuedTimeUs = newLastQueuedTimeUs;
AnotherPacketSource.h 118 int64_t mLastQueuedTimeUs;

Completed in 1328 milliseconds