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

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

Completed in 66 milliseconds