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

/frameworks/av/media/libstagefright/
H A DHTTPBase.cpp92 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { argument
94 *kbps = mPrevEstimatedBandWidthKbps;
H A DWVMExtractor.cpp127 status_t WVMExtractor::getEstimatedBandwidthKbps(int32_t *kbps) { argument
132 return mImpl->getEstimatedBandwidthKbps(kbps);
H A DNuCachedSource2.cpp251 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { argument
254 return source->getEstimatedBandwidthKbps(kbps);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1691 int32_t kbps = 0; local
1695 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
1697 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
1703 notify->setInt32("bandwidth", kbps);
H A DNuPlayer.cpp2233 int32_t kbps; local
2234 CHECK(msg->findInt32("bandwidth", &kbps));
2236 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps);

Completed in 126 milliseconds