Searched defs:GetSendCodec (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_codec_impl.cc97 "GetSendCodec() failed to locate channel");
114 int VoECodecImpl::GetSendCodec(int channel, CodecInst& codec) { function in class:webrtc::VoECodecImpl
123 "GetSendCodec() failed to locate channel");
126 if (channelPtr->GetSendCodec(codec) != 0) {
128 "GetSendCodec() failed to get send codec");
H A Dchannel.cc1373 Channel::GetSendCodec(CodecInst& codec) function in class:webrtc::voe::Channel
3360 GetSendCodec(codec);
/external/webrtc/talk/media/base/
H A Dfakemediaengine.h499 virtual bool GetSendCodec(VideoCodec* send_codec) { function in class:cricket::FakeVideoMediaChannel
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc883 bool WebRtcVideoChannel2::GetSendCodec(VideoCodec* codec) { function in class:cricket::WebRtcVideoChannel2
885 LOG(LS_VERBOSE) << "GetSendCodec: No send codec set.";

Completed in 197 milliseconds