Searched refs:mDelayUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DHTTPBase.cpp49 entry.mDelayUs = delayUs;
57 mTotalTransferTimeUs -= entry->mDelayUs;
/frameworks/av/media/libstagefright/include/
H A DHTTPBase.h69 int64_t mDelayUs; member in struct:android::HTTPBase::BandwidthEntry
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp76 int64_t mDelayUs; member in struct:android::LiveSession::BandwidthEstimator::BandwidthEntry
107 entry.mDelayUs = delayUs;
131 mTotalTransferTimeUs - it->mDelayUs < bandwidthHistoryWindowUs) {
134 mTotalTransferTimeUs -= it->mDelayUs;
171 totalTimeUs += it->mDelayUs;
216 (double)it->mDelayUs * 1.0e-6,

Completed in 327 milliseconds