OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxMonitorDelayUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
89
static const int64_t
kMaxMonitorDelayUs
;
PlaylistFetcher.cpp
50
const int64_t PlaylistFetcher::
kMaxMonitorDelayUs
= 3000000ll;
666
int64_t delayUs = mPrepared ?
kMaxMonitorDelayUs
: targetDurationUs / 2;
771
if (delayUs >
kMaxMonitorDelayUs
) {
772
delayUs =
kMaxMonitorDelayUs
;
[
all
...]
Completed in 60 milliseconds