HomeSort by relevance Sort by last modified time
    Searched refs:HLSTime (Results 1 - 5 of 5) sorted by null

  /frameworks/av/include/media/stagefright/
Utils.h 68 struct HLSTime {
73 HLSTime(const sp<AMessage> &meta = NULL);
77 bool operator <(const HLSTime &t0, const HLSTime &t1);
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 39 struct HLSTime;
274 HLSTime latestMediaSegmentStartTime() const;
LiveSession.cpp 452 HLSTime mdTime((*accessUnit)->meta());
575 HLSTime dequeueTime(lastDequeueMeta);
588 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]);
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 520 HLSTime stopTime(meta);
537 HLSTime curTime(buffer->meta());
569 HLSTime startTime(meta);
608 HLSTime curTime(buffer->meta());
  /frameworks/av/media/libstagefright/
Utils.cpp 907 HLSTime::HLSTime(const sp<AMessage>& meta) :
917 int64_t HLSTime::getSegmentTimeUs() const {
948 bool operator <(const HLSTime &t0, const HLSTime &t1) {

Completed in 735 milliseconds