Home
last modified time | relevance | path

Searched refs:bandwidth_bps (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DHTTPBase.cpp75 bool HTTPBase::estimateBandwidth(int32_t *bandwidth_bps) { in estimateBandwidth() argument
86 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs); in estimateBandwidth()
/frameworks/av/media/libstagefright/include/
DHTTPBase.h45 virtual bool estimateBandwidth(int32_t *bandwidth_bps);