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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc439 void VoECodecImpl::ACMToExternalCodecRepresentation(CodecInst& toInst, argument
442 toInst = fromInst;
449 toInst.pacsize = 240;
453 toInst.pacsize = 480;
457 toInst.pacsize = 720;
464 toInst.pacsize = 480;
468 toInst.pacsize = 960;
472 toInst.pacsize = 1440;
478 void VoECodecImpl::ExternalToACMCodecRepresentation(CodecInst& toInst, argument
481 toInst
[all...]

Completed in 302 milliseconds