Searched refs:mSegmentStartTimeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h117 int64_t mSegmentStartTimeUs; member in struct:android::PlaylistFetcher
H A DPlaylistFetcher.cpp67 mSegmentStartTimeUs(-1ll),
496 mSegmentStartTimeUs = segmentStartTimeUs;
753 if (mSegmentStartTimeUs < 0) {
761 // When seeking mSegmentStartTimeUs is unavailable (< 0), we
772 // When adapting or track switching, mSegmentStartTimeUs (relative
776 mSeqNumber = getSeqNumberForTime(mSegmentStartTimeUs);
1316 // mSegmentStartTimeUs >= 0
1317 // mSegmentStartTimeUs is non-negative when adapting or switching tracks
1328 if (mStartup && mSegmentStartTimeUs >= 0
1626 if (mStartup && mSegmentStartTimeUs >
[all...]

Completed in 80 milliseconds