Searched refs:kMaxMonitorDelayUs (Results 1 – 2 of 2) sorted by relevance
110 static const int64_t kMaxMonitorDelayUs; member
53 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll; member in android::PlaylistFetcher1144 int64_t delayUs = kMaxMonitorDelayUs; in initDownloadState()1149 if (delayUs > kMaxMonitorDelayUs) { in initDownloadState()1150 delayUs = kMaxMonitorDelayUs; in initDownloadState()