Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DHTTPBase.cpp48 entry.mDelayUs = delayUs; in addBandwidthMeasurement()
56 mTotalTransferTimeUs -= entry->mDelayUs; in addBandwidthMeasurement()
/frameworks/av/media/libstagefright/include/
DHTTPBase.h64 int64_t mDelayUs; member
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp76 int64_t mDelayUs; member
107 entry.mDelayUs = delayUs; in addBandwidthMeasurement()
131 mTotalTransferTimeUs - it->mDelayUs < bandwidthHistoryWindowUs) { in addBandwidthMeasurement()
134 mTotalTransferTimeUs -= it->mDelayUs; in addBandwidthMeasurement()
171 totalTimeUs += it->mDelayUs; in estimateBandwidth()
216 (double)it->mDelayUs * 1.0e-6, in estimateBandwidth()