Home
last modified time | relevance | path

Searched refs:tmpUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1014 int64_t tmpUs; in shouldPauseDownload() local
1015 CHECK(meta->findInt64("timeUs", &tmpUs)); in shouldPauseDownload()
1016 if (tmpUs > lastEnqueueUs) { in shouldPauseDownload()
1017 lastEnqueueUs = tmpUs; in shouldPauseDownload()