Searched refs:HLSTime (Results 1 – 5 of 5) sorted by relevance
61 struct HLSTime { struct66 explicit HLSTime(const sp<AMessage> &meta = NULL); argument70 bool operator <(const HLSTime &t0, const HLSTime &t1);
597 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()
40 struct HLSTime;276 HLSTime latestMediaSegmentStartTime() const;
452 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()
2256 HLSTime::HLSTime(const sp<AMessage>& meta) : in HLSTime() function in android::HLSTime2266 int64_t HLSTime::getSegmentTimeUs() const { in getSegmentTimeUs()2297 bool operator <(const HLSTime &t0, const HLSTime &t1) { in operator <()