Home
last modified time | relevance | path

Searched refs:CodecIdByParams (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Drent_a_codec.cc45 rtc::Optional<RentACodec::CodecId> RentACodec::CodecIdByParams( in CodecIdByParams() function in webrtc::acm2::RentACodec
68 CodecIdByParams(payload_name, sampling_freq_hz, channels); in CodecInstByParams()
Daudio_coding_module.cc81 acm2::RentACodec::CodecIdByParams(payload_name, sampling_freq_hz, in Codec()
Drent_a_codec.h163 static rtc::Optional<CodecId> CodecIdByParams(const char* payload_name,
Daudio_coding_module_impl.cc598 RentACodec::CodecIdByParams(codec.plname, codec.plfreq, codec.channels); in RegisterReceiveCodec()