Home | History | Annotate | Download | only in httplive

Lines Matching refs:targetDurationUs

164     int64_t targetDurationUs = targetDuration * 1000000ll;
165 if (targetDurationUs == 0 ||
166 targetDurationUs > PlaylistFetcher::kMinBufferedDurationUs) {
169 targetDurationUs = PlaylistFetcher::kMinBufferedDurationUs;
175 || packetSource->getEstimatedDurationUs() > targetDurationUs) {
1645 int64_t targetDurationUs = targetDuration * 1000000ll;
1647 if (bufferedDurationUs < targetDurationUs / 3) {