Searched refs:tmpUs (Results 1 – 1 of 1) sorted by relevance
1001 int64_t tmpUs; in shouldPauseDownload() local1002 CHECK(meta->findInt64("timeUs", &tmpUs)); in shouldPauseDownload()1003 if (tmpUs > lastEnqueueUs) { in shouldPauseDownload()1004 lastEnqueueUs = tmpUs; in shouldPauseDownload()