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

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_impl.cc265 int ViECodecImpl::GetSendCodec(const int video_channel, function in class:webrtc::ViECodecImpl
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc130 "GetSendCodec() failed to locate channel");
150 int VoECodecImpl::GetSendCodec(int channel, CodecInst& codec) function in class:webrtc::VoECodecImpl
153 "GetSendCodec(channel=%d, codec=?)", channel);
164 "GetSendCodec() failed to locate channel");
168 if (channelPtr->GetSendCodec(acmCodec) != 0)
171 "GetSendCodec() failed to get send codec");
177 "GetSendCodec() => plname=%s, pacsize=%d, plfreq=%d, "
H A Dchannel.cc1431 Channel::GetSendCodec(CodecInst& codec) function in class:webrtc::voe::Channel
3674 GetSendCodec(codec);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.h275 virtual bool GetSendCodec(VideoCodec* send_codec) { function in class:cricket::FileVideoChannel
H A Dfakemediaengine.h542 virtual bool GetSendCodec(VideoCodec* send_codec) { function in class:cricket::FakeVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc835 bool WebRtcVideoChannel2::GetSendCodec(VideoCodec* codec) { function in class:cricket::WebRtcVideoChannel2
838 LOG(LS_VERBOSE) << "GetSendCodec: No send codec set.";
H A Dwebrtcvideoengine.cc1807 bool WebRtcVideoMediaChannel::GetSendCodec(VideoCodec* send_codec) { function in class:cricket::WebRtcVideoMediaChannel
2477 } else if (engine()->vie()->codec()->GetSendCodec(channel_id,
2484 LOG_RTCERR1(GetSendCodec, channel_id);
3679 if (!engine()->vie()->codec()->GetSendCodec(channel_id, current_codec)) {
3742 if (engine()->vie()->codec()->GetSendCodec(default_channel_id_, vie_codec) != 0) {
3743 LOG_RTCERR1(GetSendCodec, default_channel_id_);
3914 if (engine()->vie()->codec()->GetSendCodec(channel_id, vie_codec) != 0) {
3915 LOG_RTCERR1(GetSendCodec, channel_id);

Completed in 152 milliseconds