Home
last modified time | relevance | path

Searched refs:SetSendCodecs (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dfilemediaengine.cc216 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) { in SetSendCodecs() function in cricket::FileVoiceChannel
239 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) { in SetSendCodecs() function in cricket::FileVideoChannel
Dfilemediaengine.h134 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
169 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
Dmediachannel.h213 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
438 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs) = 0;
Dmediaengine.h264 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs) { in SetSendCodecs() function
Dchannel.cc813 ret = media_channel()->SetSendCodecs(audio->codecs()); in SetRemoteContent_w()
1091 ret = media_channel()->SetSendCodecs(video->codecs()); in SetRemoteContent_w()