Home
last modified time | relevance | path

Searched refs:kbps (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
DHTTPBase.cpp92 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() argument
94 *kbps = mPrevEstimatedBandWidthKbps; in getEstimatedBandwidthKbps()
DNuCachedSource2.cpp251 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() argument
254 return source->getEstimatedBandwidthKbps(kbps); in getEstimatedBandwidthKbps()
/frameworks/av/media/libstagefright/include/
DHTTPBase.h47 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
DNuCachedSource2.h65 status_t getEstimatedBandwidthKbps(int32_t *kbps);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1756 int32_t kbps = 0; in sendCacheStats_l() local
1760 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats_l()
1766 notify->setInt32("bandwidth", kbps); in sendCacheStats_l()
DNuPlayer.cpp2484 int32_t kbps; in onSourceNotify() local
2485 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()
2487 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()