Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DThrottledSource.cpp28 mBandwidthLimitBytesPerSecond(bandwidthLimitBytesPerSecond), in ThrottledSource()
31 CHECK(mBandwidthLimitBytesPerSecond > 0); in ThrottledSource()
54 mTotalTransferred * 1000000ll / mBandwidthLimitBytesPerSecond; in readAt()
/frameworks/av/media/libstagefright/include/
DThrottledSource.h69 int32_t mBandwidthLimitBytesPerSecond; member