Searched defs:getBandwidthIndex (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1340 size_t LiveSession::getBandwidthIndex(int32_t bandwidthBps) { function in class:android::LiveSession
1344 ALOGW("getBandwidthIndex() called for single bandwidth playlist!");
2357 ssize_t bandwidthIndex = getBandwidthIndex(bandwidthBps);
2360 // bandwidthIndex is < mCurBandwidthIndex, as getBandwidthIndex() only uses 70%

Completed in 43 milliseconds