Searched defs:SetRecPayloadType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc216 int VoECodecImpl::SetRecPayloadType(int channel, const CodecInst& codec) function in class:webrtc::VoECodecImpl
219 "SetRecPayloadType(channel=%d, codec)", channel);
237 return channelPtr->SetRecPayloadType(codec);
H A Dchannel.cc1535 Channel::SetRecPayloadType(const CodecInst& codec) function in class:webrtc::voe::Channel
1538 "Channel::SetRecPayloadType()");
1544 "SetRecPayloadType() unable to set PT while playing");
1551 "SetRecPayloadType() unable to set PT while listening");
1576 "SetRecPayloadType() RTP/RTCP-module deregistration "
1584 "SetRecPayloadType() ACM deregistration failed - 1");
1608 "SetRecPayloadType() RTP/RTCP-module registration failed");
1619 "SetRecPayloadType() ACM registration failed - 1");

Completed in 71 milliseconds