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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc58 uint8_t nSupportedCodecs = AudioCodingModule::NumberOfCodecs(); local
62 "NumOfCodecs() => %u", nSupportedCodecs);
63 return (nSupportedCodecs);
H A Dchannel.cc1129 const uint8_t nSupportedCodecs = AudioCodingModule::NumberOfCodecs(); local
1131 for (int idx = 0; idx < nSupportedCodecs; idx++)
4330 const uint8_t nSupportedCodecs = AudioCodingModule::NumberOfCodecs(); local
4332 for (int idx = 0; idx < nSupportedCodecs; idx++)

Completed in 86 milliseconds