Searched refs:mBandwidthLimitBytesPerSecond (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DThrottledSource.cpp28 mBandwidthLimitBytesPerSecond(bandwidthLimitBytesPerSecond),
31 CHECK(mBandwidthLimitBytesPerSecond > 0);
54 mTotalTransferred * 1000000ll / mBandwidthLimitBytesPerSecond;
/frameworks/av/include/media/stagefright/
H A DThrottledSource.h73 int32_t mBandwidthLimitBytesPerSecond; member in struct:android::ThrottledSource
/frameworks/av/media/libstagefright/foundation/include/
H A DThrottledSource.h73 int32_t mBandwidthLimitBytesPerSecond; member in struct:android::ThrottledSource
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h73 int32_t mBandwidthLimitBytesPerSecond; member in struct:android::ThrottledSource

Completed in 73 milliseconds