HomeSort by relevance Sort by last modified time
    Searched refs:SetSendCodecs (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 216 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
239 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
filemediaengine.h 134 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
169 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
mediachannel.h 213 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
438 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs) = 0;
mediaengine.h 264 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs) {
channel.cc 813 ret = media_channel()->SetSendCodecs(audio->codecs());
    [all...]

Completed in 57 milliseconds