Searched defs:set_bandwidth (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.h49 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } function in class:rtc::VirtualSocketServer
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.c177 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/talk/session/media/
H A Dmediasession.h200 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } function in class:cricket::MediaContentDescription

Completed in 840 milliseconds