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

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 105 bool HTTPBase::estimateBandwidth(int32_t *bandwidth_bps) {
112 *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...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 2583 int bandwidth_bps = data->bandwidth(); local
    [all...]

Completed in 267 milliseconds