Searched refs:HLSTime (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DUtils.h73 struct HLSTime { struct in namespace:android
78 HLSTime(const sp<AMessage> &meta = NULL);
82 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h39 struct HLSTime;
274 HLSTime latestMediaSegmentStartTime() const;
H A DLiveSession.cpp452 HLSTime mdTime((*accessUnit)->meta());
575 HLSTime dequeueTime(lastDequeueMeta);
588 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]);
1432 HLSTime LiveSession::latestMediaSegmentStartTime() const {
1433 HLSTime audioTime(mPacketSources.valueFor(
1436 HLSTime videoTime(mPacketSources.valueFor(
1835 HLSTime startTime;
1868 HLSTime tmpTime(meta);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp526 HLSTime stopTime(meta);
543 HLSTime curTime(buffer->meta());
575 HLSTime startTime(meta);
614 HLSTime curTime(buffer->meta());
/frameworks/av/media/libstagefright/
H A DUtils.cpp1652 HLSTime::HLSTime(const sp<AMessage>& meta) : function in class:android::HLSTime
1662 int64_t HLSTime::getSegmentTimeUs() const {
1693 bool operator <(const HLSTime &t0, const HLSTime &t1) {

Completed in 105 milliseconds