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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine.cc148 bool RtpDataMediaChannel::SetRecvCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::RtpDataMediaChannel
151 LOG(LS_WARNING) << "Failed to SetRecvCodecs because of unknown codec: "
H A Dfilemediaengine.h191 virtual bool SetRecvCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FileVoiceChannel
271 virtual bool SetRecvCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FileVideoChannel
H A Dfakemediaengine.h258 virtual bool SetRecvCodecs(const std::vector<AudioCodec>& codecs) { function in class:cricket::FakeVoiceMediaChannel
260 // Fake the failure in SetRecvCodecs.
521 virtual bool SetRecvCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::FakeVideoMediaChannel
523 // Fake the failure in SetRecvCodecs.
655 virtual bool SetRecvCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::FakeDataMediaChannel
657 // Fake the failure in SetRecvCodecs.
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h121 virtual bool SetRecvCodecs(const std::vector<AudioCodec>& codecs) { return true; } function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc886 bool SctpDataMediaChannel::SetRecvCodecs(const std::vector<DataCodec>& codecs) { function in class:cricket::SctpDataMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc375 channel->SetRecvCodecs(video_codecs_);
773 bool WebRtcVideoChannel2::SetRecvCodecs(const std::vector<VideoCodec>& codecs) { function in class:cricket::WebRtcVideoChannel2
774 LOG(LS_INFO) << "SetRecvCodecs: " << CodecVectorToString(codecs);
781 LOG(LS_ERROR) << "SetRecvCodecs called without video codec payloads.";
789 LOG(LS_ERROR) << "SetRecvCodecs called with unsupported codec: '"
801 it->second->SetRecvCodecs(recv_codecs_);
1717 // SetRecvCodecs will also reset (start) the VideoReceiveStream.
1718 SetRecvCodecs(recv_codecs);
1725 void WebRtcVideoChannel2::WebRtcVideoReceiveStream::SetRecvCodecs( function in class:cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream
H A Dwebrtcvoiceengine.cc1949 bool WebRtcVoiceMediaChannel::SetRecvCodecs( function in class:cricket::WebRtcVoiceMediaChannel
2507 // Reset all recv codecs; they will be enabled via SetRecvCodecs.
H A Dwebrtcvideoengine.cc1636 bool WebRtcVideoMediaChannel::SetRecvCodecs( function in class:cricket::WebRtcVideoMediaChannel

Completed in 425 milliseconds