Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DHTTPBase.cpp90 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() argument
92 *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.h48 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
DNuCachedSource2.h68 status_t getEstimatedBandwidthKbps(int32_t *kbps);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp598 int32_t kbps = 0; in sendCacheStats() local
602 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()
608 notify->setInt32("bandwidth", kbps); in sendCacheStats()
DNuPlayer.cpp2637 int32_t kbps; in onSourceNotify() local
2638 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()
2640 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.cpp2860 int32_t kbps; in onSourceNotify() local
2861 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()
2863 notifyListener(srcId, MEDIA2_INFO, MEDIA2_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()