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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.h72 void ACMToExternalCodecRepresentation(CodecInst& toInst,
75 void ExternalToACMCodecRepresentation(CodecInst& toInst,
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 205 milliseconds