Searched defs:tmpUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1001 int64_t tmpUs; local
1002 CHECK(meta->findInt64("timeUs", &tmpUs));
1003 if (tmpUs > lastEnqueueUs) {
1004 lastEnqueueUs = tmpUs;

Completed in 56 milliseconds