Home | History | Annotate | Download | only in httplive

Lines Matching refs:targetDurationUs

137     int64_t targetDurationUs = targetDurationSecs * 1000000ll;
161 minPlaylistAgeUs = targetDurationUs / 2;
167 minPlaylistAgeUs = (targetDurationUs * 3) / 2;
173 minPlaylistAgeUs = targetDurationUs * 3;
612 int64_t targetDurationUs = kMinBufferedDurationUs;
620 targetDurationUs = targetDurationSecs * 1000000ll;
624 int64_t durationToBufferUs = targetDurationUs * 3;
659 if (!mPrepared && bufferedDurationUs > targetDurationUs && downloadMore) {
663 bufferedDurationUs, targetDurationUs);
685 int64_t delayUs = mPrepared ? kMaxMonitorDelayUs : targetDurationUs / 2;
690 postMonitorQueue(delayUs, mPrepared ? targetDurationUs * 2 : 0);
1311 int64_t targetDurationUs = targetDurationSecs * 1000000ll;
1320 // timeUs - mStartTimeUs > targetDurationUs:
1327 // arbitrary; here we use targetDurationUs as threshold.
1330 && timeUs - mStartTimeUs > targetDurationUs) {
1623 int64_t targetDurationUs = targetDurationSecs * 1000000ll;
1627 && timeUs - mStartTimeUs > targetDurationUs) {