Home | History | Annotate | Download | only in httplive

Lines Matching refs:mStartTimeUs

66       mStartTimeUs(-1ll),
500 mStartTimeUs = startTimeUs;
751 CHECK_GE(mStartTimeUs, 0ll);
762 // use mStartTimeUs (client supplied timestamp) to determine both start segment
764 mSeqNumber = getSeqNumberForTime(mStartTimeUs);
765 mStartTimeUs -= getSegmentStartTimeUs(mSeqNumber);
769 mStartTimeUs, mSeqNumber, firstSeqNumberInPlaylist,
773 // to media time 0) is used to determine the start segment; mStartTimeUs (absolute
1084 while (index >= 0 && anchorTimeUs > mStartTimeUs) {
1279 if (timeUs < mStartTimeUs) {
1281 ALOGV("timeUs %" PRId64 " us < mStartTimeUs %" PRId64 " us",
1282 timeUs, mStartTimeUs);
1302 if (mStartTimeUsNotify != NULL && timeUs > mStartTimeUs) {
1315 // mStartTimeUs.
1320 // timeUs - mStartTimeUs > targetDurationUs:
1322 // stream; the old fetcher has already fetched to mStartTimeUs; the new fetcher
1323 // would start fetching after timeUs, which should be greater than mStartTimeUs;
1325 // timeUs to be too far ahead of mStartTimeUs because we want the old fetcher to
1330 && timeUs - mStartTimeUs > targetDurationUs) {
1616 if (startTimeUs < mStartTimeUs) {
1627 && timeUs - mStartTimeUs > targetDurationUs) {