Searched refs:HLSTime (Results 1 – 5 of 5) sorted by relevance
65 struct HLSTime { struct70 explicit HLSTime(const sp<AMessage> &meta = NULL); argument74 bool operator <(const HLSTime &t0, const HLSTime &t1);
40 struct HLSTime;276 HLSTime latestMediaSegmentStartTime() const;
451 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()
595 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()
2135 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime2145 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()2176 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()