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.cpp55 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000LL; member in android::PlaylistFetcher
1157 int64_t delayUs = kMaxMonitorDelayUs; in initDownloadState()
1162 if (delayUs > kMaxMonitorDelayUs) { in initDownloadState()
1163 delayUs = kMaxMonitorDelayUs; in initDownloadState()