Searched refs:kMaxMonitorDelayUs (Results 1 – 2 of 2) sorted by relevance
110 static const int64_t kMaxMonitorDelayUs; member
55 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000LL; member in android::PlaylistFetcher1157 int64_t delayUs = kMaxMonitorDelayUs; in initDownloadState()1162 if (delayUs > kMaxMonitorDelayUs) { in initDownloadState()1163 delayUs = kMaxMonitorDelayUs; in initDownloadState()