Home
last modified time | relevance | path

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

/frameworks/av/media/libdatasource/
DHTTPBase.cpp74 bool HTTPBase::estimateBandwidth(int32_t *bandwidth_bps) { in estimateBandwidth() argument
85 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs); in estimateBandwidth()
/frameworks/av/media/libdatasource/include/datasource/
DHTTPBase.h46 virtual bool estimateBandwidth(int32_t *bandwidth_bps);