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

/frameworks/av/include/media/stagefright/
H A DUtils.h74 struct HLSTime { struct in namespace:android
79 explicit HLSTime(const sp<AMessage> &meta = NULL);
83 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/foundation/include/
H A DUtils.h74 struct HLSTime { struct in namespace:android
79 explicit HLSTime(const sp<AMessage> &meta = NULL);
83 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/include/
H A DUtils.h74 struct HLSTime { struct in namespace:android
79 explicit HLSTime(const sp<AMessage> &meta = NULL);
83 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h40 struct HLSTime;
276 HLSTime latestMediaSegmentStartTime() const;
H A DLiveSession.cpp447 HLSTime mdTime((*accessUnit)->meta());
578 HLSTime dequeueTime(lastDequeueMeta);
591 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]);
1444 HLSTime LiveSession::latestMediaSegmentStartTime() const {
1445 HLSTime audioTime(mPacketSources.valueFor(
1448 HLSTime videoTime(mPacketSources.valueFor(
1850 HLSTime startTime;
1883 HLSTime tmpTime(meta);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp582 HLSTime stopTime(meta);
599 HLSTime curTime(buffer->meta());
631 HLSTime startTime(meta);
670 HLSTime curTime(buffer->meta());
/frameworks/av/media/libstagefright/
H A DUtils.cpp1712 HLSTime::HLSTime(const sp<AMessage>& meta) : function in class:android::HLSTime
1722 int64_t HLSTime::getSegmentTimeUs() const {
1753 bool operator <(const HLSTime &t0, const HLSTime &t1) {

Completed in 926 milliseconds