Searched defs:bandwidthBps (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp377 int32_t bandwidthBps; local
379 && mHTTPDataSource->estimateBandwidth(&bandwidthBps)) {
380 ALOGV("bandwidth estimated at %.2f kbps", bandwidthBps / 1024.0f);
391 if (maxBw > 0 && bandwidthBps > maxBw) {
393 bandwidthBps = maxBw;
399 bandwidthBps = (bandwidthBps * 8) / 10;
405 > (size_t)bandwidthBps) {

Completed in 29 milliseconds