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

  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 177 opus_int32 set_bandwidth; local
183 set_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
185 set_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
187 set_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
189 set_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND;
191 set_bandwidth = OPUS_BANDWIDTH_FULLBAND;
194 OPUS_SET_MAX_BANDWIDTH(set_bandwidth));
  /external/webrtc/webrtc/base/
virtualsocketserver.h 49 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } function in class:rtc::VirtualSocketServer
  /external/webrtc/talk/session/media/
mediasession.h 200 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } function in class:cricket::MediaContentDescription

Completed in 1108 milliseconds