Home | History | Annotate | Download | only in wifi-display

Lines Matching refs:timeUs

233                 int64_t timeUs;
235 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
237 if (minTrackIndex < 0 || timeUs < minTimeUs) {
239 minTimeUs = timeUs;
260 int64_t timeUs;
261 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
262 tsPackets->meta()->setInt64("timeUs", timeUs);
496 int64_t timeUs = ALooper::GetNowUs();
497 if (mPrevTimeUs < 0ll || mPrevTimeUs + 100000ll <= timeUs) {
501 mPrevTimeUs = timeUs;