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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc440 const CodecInst& fromInst)
442 toInst = fromInst;
443 if (STR_CASE_CMP(fromInst.plname,"SILK") == 0)
445 if (fromInst.plfreq == 12000)
447 if (fromInst.pacsize == 320)
451 else if (fromInst.pacsize == 640)
455 else if (fromInst.pacsize == 960)
460 else if (fromInst.plfreq == 24000)
462 if (fromInst.pacsize == 640)
466 else if (fromInst
439 ACMToExternalCodecRepresentation(CodecInst& toInst, const CodecInst& fromInst) argument
478 ExternalToACMCodecRepresentation(CodecInst& toInst, const CodecInst& fromInst) argument
[all...]

Completed in 1125 milliseconds