HomeSort by relevance Sort by last modified time
    Searched defs:GetRecPayloadType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.cc 234 "GetRecPayloadType() failed to locate channel");
240 int VoECodecImpl::GetRecPayloadType(int channel, CodecInst& codec)
243 "GetRecPayloadType(channel=%d, codec)", channel);
254 "GetRecPayloadType() failed to locate channel");
257 return channelPtr->GetRecPayloadType(codec);
channel.cc     [all...]

Completed in 228 milliseconds