HomeSort by relevance Sort by last modified time
    Searched defs:GetSendCodec (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_codec_impl.cc 97 "GetSendCodec() failed to locate channel");
114 int VoECodecImpl::GetSendCodec(int channel, CodecInst& codec) {
123 "GetSendCodec() failed to locate channel");
126 if (channelPtr->GetSendCodec(codec) != 0) {
128 "GetSendCodec() failed to get send codec");
channel.cc     [all...]
  /external/webrtc/talk/media/base/
fakemediaengine.h 499 virtual bool GetSendCodec(VideoCodec* send_codec) {
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 883 bool WebRtcVideoChannel2::GetSendCodec(VideoCodec* codec) {
885 LOG(LS_VERBOSE) << "GetSendCodec: No send codec set.";
    [all...]

Completed in 149 milliseconds