Searched refs:mLastQueuedTimeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp46 mLastQueuedTimeUs(0),
254 mLastQueuedTimeUs = 0ll;
264 mLastQueuedTimeUs = lastQueuedTimeUs;
266 mLastQueuedTimeUs, mLastQueuedTimeUs / 1E6);
340 mLastQueuedTimeUs = 0;
445 int64_t diff = duration - mLastQueuedTimeUs;
549 mLastQueuedTimeUs = newLastQueuedTimeUs;
H A DAnotherPacketSource.h115 int64_t mLastQueuedTimeUs; member in struct:android::AnotherPacketSource

Completed in 61 milliseconds