Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.cc50 uint8_t nSupportedCodecs = AudioCodingModule::NumberOfCodecs(); in NumOfCodecs() local
51 return (nSupportedCodecs); in NumOfCodecs()
Dchannel.cc1067 const uint8_t nSupportedCodecs = AudioCodingModule::NumberOfCodecs(); in Init() local
1069 for (int idx = 0; idx < nSupportedCodecs; idx++) in Init()
3962 const uint8_t nSupportedCodecs = AudioCodingModule::NumberOfCodecs(); in RegisterReceiveCodecsToRTPModule() local
3964 for (int idx = 0; idx < nSupportedCodecs; idx++) in RegisterReceiveCodecsToRTPModule()