Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DUtils.h74 struct HLSTime { struct
79 explicit HLSTime(const sp<AMessage> &meta = NULL); argument
83 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp582 HLSTime stopTime(meta); in trimBuffersAfterMeta()
599 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta()
631 HLSTime startTime(meta); in trimBuffersBeforeMeta()
670 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h40 struct HLSTime;
276 HLSTime latestMediaSegmentStartTime() const;
DLiveSession.cpp447 HLSTime mdTime((*accessUnit)->meta()); in dequeueAccessUnit()
578 HLSTime dequeueTime(lastDequeueMeta); in checkSwitchProgress()
591 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]); in checkSwitchProgress()
1444 HLSTime LiveSession::latestMediaSegmentStartTime() const { in latestMediaSegmentStartTime()
1445 HLSTime audioTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1448 HLSTime videoTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1850 HLSTime startTime; in onChangeConfiguration3()
1883 HLSTime tmpTime(meta); in onChangeConfiguration3()
/frameworks/av/media/libstagefright/
DUtils.cpp1712 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime
1722 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()
1753 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()