Searched refs:HLSTime (Results 1 – 5 of 5) sorted by relevance
74 struct HLSTime { struct79 explicit HLSTime(const sp<AMessage> &meta = NULL); argument83 bool operator <(const HLSTime &t0, const HLSTime &t1);
582 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()
40 struct HLSTime;276 HLSTime latestMediaSegmentStartTime() const;
447 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()
1712 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime1722 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()1753 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()