Searched defs:thresholdUs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp970 // now we have a positive thresholdUs, abort if remaining
996 int64_t thresholdUs = thresholdRatio * targetDurationUs; local
998 FLOGV("%spausing now, thresholdUs %lld, remaining %lld",
999 targetDurationUs - lastEnqueueUs > thresholdUs ? "" : "not ",
1000 (long long)thresholdUs,
1003 if (targetDurationUs - lastEnqueueUs > thresholdUs) {

Completed in 11 milliseconds