Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DHTTPBase.cpp47 entry.mDelayUs = delayUs; in addBandwidthMeasurement()
55 mTotalTransferTimeUs -= entry->mDelayUs; in addBandwidthMeasurement()
/frameworks/av/media/libstagefright/include/
DHTTPBase.h64 int64_t mDelayUs; member
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp75 int64_t mDelayUs; member
106 entry.mDelayUs = delayUs; in addBandwidthMeasurement()
130 mTotalTransferTimeUs - it->mDelayUs < bandwidthHistoryWindowUs) { in addBandwidthMeasurement()
133 mTotalTransferTimeUs -= it->mDelayUs; in addBandwidthMeasurement()
170 totalTimeUs += it->mDelayUs; in estimateBandwidth()
215 (double)it->mDelayUs * 1.0e-6, in estimateBandwidth()