Searched refs:mTimestampUs (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
H A DTimedMetaData.java34 private long mTimestampUs; field in class:TimedMetaData
55 return mTimestampUs;
72 mTimestampUs = parcel.readLong();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h80 int64_t mTimestampUs; member in struct:android::ElementaryStreamQueue::RangeInfo
87 //int64_t mTimestampUs;
H A DESQueue.cpp480 info.mTimestampUs = timeUs;
627 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
812 if (info.mTimestampUs < 0ll) {
813 ALOGE("Negative info.mTimestampUs");
968 timeUs = info->mTimestampUs;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp70 int64_t mTimestampUs; member in struct:android::LiveSession::BandwidthEstimator::BandwidthEntry
101 entry.mTimestampUs = nowUs;
125 if (nowUs - it->mTimestampUs < kMaxBandwidthHistoryAgeUs &&

Completed in 93 milliseconds