HomeSort by relevance Sort by last modified time
    Searched refs:bandwidth_bps (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 103 bool HTTPBase::estimateBandwidth(int32_t *bandwidth_bps) {
110 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 45 virtual bool estimateBandwidth(int32_t *bandwidth_bps);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 1086 int bandwidth_bps = video->bandwidth(); local
    [all...]

Completed in 171 milliseconds