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

/frameworks/av/media/libstagefright/
H A DHTTPBase.cpp86 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { argument
88 *kbps = mPrevEstimatedBandWidthKbps;
H A DWVMExtractor.cpp127 status_t WVMExtractor::getEstimatedBandwidthKbps(int32_t *kbps) { argument
132 return mImpl->getEstimatedBandwidthKbps(kbps);
H A DNuCachedSource2.cpp240 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { argument
243 return source->getEstimatedBandwidthKbps(kbps);
H A DAwesomePlayer.cpp837 int32_t kbps = 0; local
840 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
842 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
846 MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps);

Completed in 164 milliseconds