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

/frameworks/base/media/libstagefright/
H A DThrottledSource.cpp34 mBandwidthLimitBytesPerSecond(bandwidthLimitBytesPerSecond),
37 CHECK(mBandwidthLimitBytesPerSecond > 0);
64 mTotalTransferred * 1000000ll / mBandwidthLimitBytesPerSecond;
/frameworks/base/media/libstagefright/include/
H A DThrottledSource.h42 int32_t mBandwidthLimitBytesPerSecond; member in struct:android::ThrottledSource

Completed in 104 milliseconds