Searched defs:GetSendCodec (Results 1 - 4 of 4) sorted by relevance
/external/webrtc/webrtc/voice_engine/ | ||
H A D | voe_codec_impl.cc | 97 "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 D | channel.cc | 1373 Channel::GetSendCodec(CodecInst& codec) function in class:webrtc::voe::Channel 3360 GetSendCodec(codec); |
/external/webrtc/talk/media/base/ | ||
H A D | fakemediaengine.h | 499 virtual bool GetSendCodec(VideoCodec* send_codec) { function in class:cricket::FakeVideoMediaChannel |
/external/webrtc/talk/media/webrtc/ | ||
H A D | webrtcvideoengine2.cc | 883 bool WebRtcVideoChannel2::GetSendCodec(VideoCodec* codec) { function in class:cricket::WebRtcVideoChannel2 885 LOG(LS_VERBOSE) << "GetSendCodec: No send codec set."; |
Completed in 107 milliseconds