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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc70 CodecInst acmCodec; local
71 if (AudioCodingModule::Codec(index, &acmCodec)
78 ACMToExternalCodecRepresentation(codec, acmCodec);
167 CodecInst acmCodec; local
168 if (channelPtr->GetSendCodec(acmCodec) != 0)
174 ACMToExternalCodecRepresentation(codec, acmCodec);
200 CodecInst acmCodec; local
201 if (channelPtr->GetRecCodec(acmCodec) != 0)
207 ACMToExternalCodecRepresentation(codec, acmCodec);

Completed in 84 milliseconds