Searched refs:segmentStartTimeUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h71 int64_t segmentStartTimeUs = -1ll, // starting position within playlist
72 // startTimeUs!=segmentStartTimeUs only when playlist is live
H A DPlaylistFetcher.cpp487 int64_t segmentStartTimeUs,
516 msg->setInt64("segmentStartTimeUs", segmentStartTimeUs);
647 int64_t segmentStartTimeUs; local
651 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
693 mSegmentStartTimeUs = segmentStartTimeUs;
1576 accessUnit->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber));
1884 buffer->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber));
481 startAsync( const sp<AnotherPacketSource> &audioSource, const sp<AnotherPacketSource> &videoSource, const sp<AnotherPacketSource> &subtitleSource, const sp<AnotherPacketSource> &metadataSource, int64_t startTimeUs, int64_t segmentStartTimeUs, int32_t startDiscontinuitySeq, LiveSession::SeekMode seekMode) argument
/frameworks/av/media/libstagefright/
H A DUtils.cpp1663 int64_t segmentStartTimeUs = -1ll; local
1665 CHECK(mMeta->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
1669 segmentStartTimeUs += mTimeUs - segmentFirstTimeUs;
1684 segmentStartTimeUs -= playlistAgeUs;
1685 if (segmentStartTimeUs < 0) {
1686 segmentStartTimeUs = 0;
1690 return segmentStartTimeUs;

Completed in 85 milliseconds