HomeSort by relevance Sort by last modified time
    Searched full:mbandwidthlimitbytespersecond (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
ThrottledSource.cpp 28 mBandwidthLimitBytesPerSecond(bandwidthLimitBytesPerSecond),
31 CHECK(mBandwidthLimitBytesPerSecond > 0);
54 mTotalTransferred * 1000000ll / mBandwidthLimitBytesPerSecond;
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 73 int32_t mBandwidthLimitBytesPerSecond;

Completed in 258 milliseconds