Home
last modified time | relevance | path

Searched refs:getEstimatedBandwidthKbps (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/include/
DWVMExtractor.h37 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps) = 0;
63 status_t getEstimatedBandwidthKbps(int32_t *kbps);
DHTTPBase.h47 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
DNuCachedSource2.h61 status_t getEstimatedBandwidthKbps(int32_t *kbps);
/frameworks/av/media/libstagefright/
DWVMExtractor.cpp127 status_t WVMExtractor::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() function in android::WVMExtractor
132 return mImpl->getEstimatedBandwidthKbps(kbps); in getEstimatedBandwidthKbps()
DHTTPBase.cpp91 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() function in android::HTTPBase
DNuCachedSource2.cpp240 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() function in android::NuCachedSource2
243 return source->getEstimatedBandwidthKbps(kbps); in getEstimatedBandwidthKbps()
DAwesomePlayer.cpp842 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()
844 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp633 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()
635 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()