Searched defs:kMaxMonitorDelayUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h98 static const int64_t kMaxMonitorDelayUs; member in struct:android::PlaylistFetcher
H A DPlaylistFetcher.cpp51 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll; member in class:android::PlaylistFetcher
685 int64_t delayUs = mPrepared ? kMaxMonitorDelayUs : targetDurationUs / 2;
812 int64_t delayUs = kMaxMonitorDelayUs;
819 if (delayUs > kMaxMonitorDelayUs) {
820 delayUs = kMaxMonitorDelayUs;

Completed in 8 milliseconds