Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DUtils.h65 struct HLSTime { struct
70 explicit HLSTime(const sp<AMessage> &meta = NULL); argument
74 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h40 struct HLSTime;
276 HLSTime latestMediaSegmentStartTime() const;
DLiveSession.cpp451 HLSTime mdTime((*accessUnit)->meta()); in dequeueAccessUnit()
582 HLSTime dequeueTime(lastDequeueMeta); in checkSwitchProgress()
595 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]); in checkSwitchProgress()
1449 HLSTime LiveSession::latestMediaSegmentStartTime() const { in latestMediaSegmentStartTime()
1450 HLSTime audioTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1453 HLSTime videoTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1855 HLSTime startTime; in onChangeConfiguration3()
1888 HLSTime tmpTime(meta); in onChangeConfiguration3()
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp595 HLSTime stopTime(meta); in trimBuffersAfterMeta()
612 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta()
644 HLSTime startTime(meta); in trimBuffersBeforeMeta()
683 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta()
/frameworks/av/media/libstagefright/
DUtils.cpp2135 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime
2145 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()
2176 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()