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

/frameworks/av/media/libstagefright/
H A DUtils.cpp918 int64_t segmentStartTimeUs = -1ll; local
920 CHECK(mMeta->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
924 segmentStartTimeUs += mTimeUs - segmentFirstTimeUs;
939 segmentStartTimeUs -= playlistAgeUs;
940 if (segmentStartTimeUs < 0) {
941 segmentStartTimeUs = 0;
945 return segmentStartTimeUs;
/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.cpp479 int64_t segmentStartTimeUs,
508 msg->setInt64("segmentStartTimeUs", segmentStartTimeUs);
639 int64_t segmentStartTimeUs; local
643 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
685 mSegmentStartTimeUs = segmentStartTimeUs;
1562 accessUnit->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber));
1867 buffer->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber));
473 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

Completed in 91 milliseconds