Searched defs:HLSTime (Results 1 - 3 of 3) sorted by last modified time

/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/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/
H A DUtils.cpp1728 HLSTime::HLSTime(const sp<AMessage>& meta) : function in class:android::HLSTime
1738 int64_t HLSTime::getSegmentTimeUs() const {
1769 bool operator <(const HLSTime &t0, const HLSTime &t1) {

Completed in 132 milliseconds