Searched refs:kMaxMonitorDelayUs (Results 1 – 2 of 2) sorted by relevance
110 static const int64_t kMaxMonitorDelayUs; member
49 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll; member in android::PlaylistFetcher1129 int64_t delayUs = kMaxMonitorDelayUs; in initDownloadState()1134 if (delayUs > kMaxMonitorDelayUs) { in initDownloadState()1135 delayUs = kMaxMonitorDelayUs; in initDownloadState()