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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp608 bool downloadMore = false; local
656 downloadMore = (bufferedDurationUs < durationToBufferUs);
659 if (!mPrepared && bufferedDurationUs > targetDurationUs && downloadMore) {
669 if (finalResult == OK && downloadMore) {

Completed in 12 milliseconds