Searched refs:HLSTime (Results 1 – 5 of 5) sorted by relevance
73 struct HLSTime { struct78 HLSTime(const sp<AMessage> &meta = NULL); argument82 bool operator <(const HLSTime &t0, const HLSTime &t1);
526 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()
39 struct HLSTime;274 HLSTime latestMediaSegmentStartTime() const;
452 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()
1652 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime1662 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()1693 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()