Searched defs:SetSendCodecs (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.cc291 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FileVoiceChannel
337 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FileVideoChannel
H A Drtpdataengine.cc160 bool RtpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::RtpDataMediaChannel
164 "Failed to SetSendCodecs because there is no known codec.";
H A Dfakemediaengine.h266 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FakeVoiceMediaChannel
268 // Fake the failure in SetSendCodecs.
529 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FakeVideoMediaChannel
531 // Fake the failure in SetSendCodecs.
663 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::FakeDataMediaChannel
665 // Fake the failure in SetSendCodecs.
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.cc163 bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc880 bool SctpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::SctpDataMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc807 bool WebRtcVideoChannel2::SetSendCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::WebRtcVideoChannel2
808 LOG(LS_INFO) << "SetSendCodecs: " << CodecVectorToString(codecs);
H A Dwebrtcvoiceengine.cc2028 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
2228 bool WebRtcVoiceMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVoiceMediaChannel
2244 if (!SetSendCodecs(iter->second->channel(), codecs)) {
2598 if (!send_codecs_.empty() && !SetSendCodecs(channel, send_codecs_))
H A Dwebrtcvideoengine.cc1665 bool WebRtcVideoMediaChannel::SetSendCodecs( function in class:cricket::WebRtcVideoMediaChannel
1773 LogSendCodecChange("SetSendCodecs()");
1866 // SetSendCodecs must have been called already.

Completed in 141 milliseconds