Home
last modified time | relevance | path

Searched refs:HLSTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/
DUtils.h73 struct HLSTime { struct
78 HLSTime(const sp<AMessage> &meta = NULL); argument
82 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp526 HLSTime stopTime(meta); in trimBuffersAfterMeta()
543 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta()
575 HLSTime startTime(meta); in trimBuffersBeforeMeta()
614 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h39 struct HLSTime;
274 HLSTime latestMediaSegmentStartTime() const;
DLiveSession.cpp452 HLSTime mdTime((*accessUnit)->meta()); in dequeueAccessUnit()
575 HLSTime dequeueTime(lastDequeueMeta); in checkSwitchProgress()
588 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]); in checkSwitchProgress()
1432 HLSTime LiveSession::latestMediaSegmentStartTime() const { in latestMediaSegmentStartTime()
1433 HLSTime audioTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1436 HLSTime videoTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1835 HLSTime startTime; in onChangeConfiguration3()
1868 HLSTime tmpTime(meta); in onChangeConfiguration3()
/frameworks/av/media/libstagefright/
DUtils.cpp1652 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime
1662 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()
1693 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()