Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h110 static const int64_t kMaxMonitorDelayUs; member
DPlaylistFetcher.cpp53 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll; member in android::PlaylistFetcher
1144 int64_t delayUs = kMaxMonitorDelayUs; in initDownloadState()
1149 if (delayUs > kMaxMonitorDelayUs) { in initDownloadState()
1150 delayUs = kMaxMonitorDelayUs; in initDownloadState()