Searched defs:HLSTime (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DUtils.h59 struct HLSTime { struct in namespace:android
64 explicit HLSTime(const sp<AMessage> &meta = NULL);
68 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DUtils.h59 struct HLSTime { struct in namespace:android
64 explicit HLSTime(const sp<AMessage> &meta = NULL);
68 bool operator <(const HLSTime &t0, const HLSTime &t1);
/frameworks/av/media/libstagefright/
H A DUtils.cpp1739 HLSTime::HLSTime(const sp<AMessage>& meta) : function in class:android::HLSTime
1749 int64_t HLSTime::getSegmentTimeUs() const {
1780 bool operator <(const HLSTime &t0, const HLSTime &t1) {

Completed in 225 milliseconds