Searched refs:kMaxMonitorDelayUs (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp49 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll; member in class:android::PlaylistFetcher
1129 int64_t delayUs = kMaxMonitorDelayUs;
1134 if (delayUs > kMaxMonitorDelayUs) {
1135 delayUs = kMaxMonitorDelayUs;
H A DPlaylistFetcher.h110 static const int64_t kMaxMonitorDelayUs; member in struct:android::PlaylistFetcher

Completed in 459 milliseconds