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

  /external/chromium_org/net/quic/congestion_control/
send_algorithm_simulator.h 122 void set_bandwidth(QuicBandwidth bandwidth) { function in class:net::SendAlgorithmSimulator
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.h 43 void set_bandwidth(uint32 bandwidth) { bandwidth_ = bandwidth; } function in class:rtc::VirtualSocketServer
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 103 opus_int32 set_bandwidth; local
109 set_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
111 set_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
113 set_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
115 set_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND;
117 set_bandwidth = OPUS_BANDWIDTH_FULLBAND;
120 OPUS_SET_MAX_BANDWIDTH(set_bandwidth));
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 189 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } function in class:cricket::MediaContentDescription

Completed in 842 milliseconds