Searched refs:SetSendCodecs (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/talk/media/base/
H A Drtpdataengine.h125 bool SetSendCodecs(const std::vector<DataCodec>& codecs);
H A Drtpdataengine.cc145 bool RtpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::RtpDataMediaChannel
149 "Failed to SetSendCodecs because there is no known codec.";
158 return (SetSendCodecs(params.codecs) &&
H A Dfakemediaengine.h258 return (SetSendCodecs(params.codecs) &&
388 bool SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FakeVoiceMediaChannel
390 // Fake the failure in SetSendCodecs.
477 return (SetSendCodecs(params.codecs) &&
571 bool SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FakeVideoMediaChannel
573 // Fake the failure in SetSendCodecs.
626 return (SetSendCodecs(params.codecs) &&
675 bool SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::FakeDataMediaChannel
677 // Fake the failure in SetSendCodecs.
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.h224 bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
248 bool SetSendCodecs(int channel, const std::vector<AudioCodec>& codecs);
H A Dwebrtcvoiceengine.cc1310 if (!SetSendCodecs(params.codecs)) {
1469 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
1669 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
1688 if (!SetSendCodecs(ch.second->channel(), codecs)) {
1886 if (!send_codecs_.empty() && !SetSendCodecs(channel, send_codecs_)) {
H A Dwebrtcvideoengine2.h202 bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
H A Dwebrtcvideoengine2.cc718 if (!SetSendCodecs(params.codecs) ||
810 bool WebRtcVideoChannel2::SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::WebRtcVideoChannel2
811 TRACE_EVENT0("webrtc", "WebRtcVideoChannel2::SetSendCodecs");
812 LOG(LS_INFO) << "SetSendCodecs: " << CodecVectorToString(codecs);
828 LOG(LS_INFO) << "Ignore call to SetSendCodecs because first supported "
838 LOG(LS_INFO) << "Change the send codec because SetSendCodecs has a different "
H A Dwebrtcvoiceengine_unittest.cc755 TEST_F(WebRtcVoiceEngineTestFake, SetSendCodecs) {
1983 // Test SetSendCodecs correctly configure the codecs in all send streams.
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine.h190 bool SetSendCodecs(const std::vector<DataCodec>& codecs);
H A Dsctpdataengine.cc568 return SetSendCodecs(params.codecs);
968 bool SctpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::SctpDataMediaChannel

Completed in 296 milliseconds