Home
last modified time | relevance | path

Searched refs:CodecInstById (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc185 return ci ? RentACodec::CodecInstById(*ci)->plfreq : -1; in InsertPacket()
438 *codec = *RentACodec::CodecInstById( in LastAudioCodec()
479 *codec = *RentACodec::CodecInstById( in DecoderByPayloadType()
Drent_a_codec.cc53 rtc::Optional<CodecInst> RentACodec::CodecInstById(CodecId codec_id) { in CodecInstById() function in webrtc::acm2::RentACodec
71 rtc::Optional<CodecInst> ci = CodecInstById(*codec_id); in CodecInstByParams()
Daudio_coding_module.cc49 auto ci = acm2::RentACodec::CodecInstById(*codec_id); in Codec()
Dacm_receiver_unittest_oldapi.cc43 const auto codec_inst = RentACodec::CodecInstById(codec_id); in CodecIdInst()
90 *RentACodec::CodecInstById(*RentACodec::CodecIdFromIndex(codec_id)); in InsertOnePacketOfSilence()
Drent_a_codec.h166 static rtc::Optional<CodecInst> CodecInstById(CodecId codec_id);