Home
last modified time | relevance | path

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

/frameworks/av/media/libdatasource/
DHTTPBase.cpp47 entry.mDelayUs = delayUs; in addBandwidthMeasurement()
55 mTotalTransferTimeUs -= entry->mDelayUs; in addBandwidthMeasurement()
/frameworks/av/media/libdatasource/include/datasource/
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()