Searched defs:SetSendCodec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc1799 if (!SetSendCodec(send_codec))
1812 if (!SetSendCodec(send_codec))
1838 bool WebRtcVoiceMediaChannel::SetSendCodec( function in class:cricket::WebRtcVoiceMediaChannel
1844 if (!SetSendCodec(iter->second.channel, send_codec))
1848 // All SetSendCodec calls were successful. Update the global state
1855 bool WebRtcVoiceMediaChannel::SetSendCodec( function in class:cricket::WebRtcVoiceMediaChannel
1860 if (engine()->voe()->codec()->SetSendCodec(channel, send_codec) == -1) {
1861 LOG_RTCERR2(SetSendCodec, channel, ToString(send_codec));
2071 // the rest of the SSRC(s) need to be set after SetSendCodec has been called
2102 if (send_codec_ && !SetSendCodec(channe
[all...]
H A Dwebrtcvideoengine.cc1500 if (!SetSendCodec(
1625 // the rest of the SSRC(s) need to be set after SetSendCodec has been called
1661 if (!SetSendCodec(send_channel, *send_codec_, send_min_bitrate_,
2459 if (!SetSendCodec(*send_codec_, min_bitrate, start_bitrate, max_bitrate)) {
2473 // Trigger SetSendCodec to set correct noise reduction state if the option has
2518 // On success, SetSendCodec() will reset send_max_bitrate_ to
2520 if (!SetSendCodec(*send_codec_,
3054 bool WebRtcVideoMediaChannel::SetSendCodec(const webrtc::VideoCodec& codec, function in class:cricket::WebRtcVideoMediaChannel
3062 ret_val = SetSendCodec(send_channel, codec, min_bitrate, start_bitrate,
3066 // All SetSendCodec call
3086 bool WebRtcVideoMediaChannel::SetSendCodec( function in class:cricket::WebRtcVideoMediaChannel
[all...]

Completed in 204 milliseconds