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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc234 "GetRecPayloadType() failed to locate channel");
240 int VoECodecImpl::GetRecPayloadType(int channel, CodecInst& codec) function in class:webrtc::VoECodecImpl
243 "GetRecPayloadType(channel=%d, codec)", channel);
254 "GetRecPayloadType() failed to locate channel");
257 return channelPtr->GetRecPayloadType(codec);
H A Dchannel.cc1674 Channel::GetRecPayloadType(CodecInst& codec) function in class:webrtc::voe::Channel
1677 "Channel::GetRecPayloadType()");
1688 "GetRecPayloadType() failed to retrieve RX payload type");
1693 "Channel::GetRecPayloadType() => pltype=%u", codec.pltype);

Completed in 112 milliseconds