Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DHTTPBase.cpp49 entry.mDelayUs = delayUs; in addBandwidthMeasurement()
57 mTotalTransferTimeUs -= entry->mDelayUs; in addBandwidthMeasurement()
/frameworks/av/media/libstagefright/include/
DHTTPBase.h69 int64_t mDelayUs; member
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp71 int64_t mDelayUs; member
102 entry.mDelayUs = delayUs; in addBandwidthMeasurement()
126 mTotalTransferTimeUs - it->mDelayUs < bandwidthHistoryWindowUs) { in addBandwidthMeasurement()
129 mTotalTransferTimeUs -= it->mDelayUs; in addBandwidthMeasurement()
166 totalTimeUs += it->mDelayUs; in estimateBandwidth()
211 (double)it->mDelayUs * 1.0e-6, in estimateBandwidth()