Searched defs:HLSTime (Results 1 - 2 of 2) 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/
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 143 milliseconds