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.h61 struct HLSTime { struct
66 explicit HLSTime(const sp<AMessage> &meta = NULL); argument
70 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp597 HLSTime stopTime(meta); in trimBuffersAfterMeta()
614 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta()
646 HLSTime startTime(meta); in trimBuffersBeforeMeta()
685 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h40 struct HLSTime;
276 HLSTime latestMediaSegmentStartTime() const;
DLiveSession.cpp452 HLSTime mdTime((*accessUnit)->meta()); in dequeueAccessUnit()
583 HLSTime dequeueTime(lastDequeueMeta); in checkSwitchProgress()
596 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]); in checkSwitchProgress()
1450 HLSTime LiveSession::latestMediaSegmentStartTime() const { in latestMediaSegmentStartTime()
1451 HLSTime audioTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1454 HLSTime videoTime(mPacketSources.valueFor( in latestMediaSegmentStartTime()
1856 HLSTime startTime; in onChangeConfiguration3()
1889 HLSTime tmpTime(meta); in onChangeConfiguration3()
/frameworks/av/media/libstagefright/
DUtils.cpp2256 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime
2266 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()
2297 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()