Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcodec_manager.h42 const CodecInst* GetCodecInst() const { in GetCodecInst() function
Daudio_coding_module_impl.cc205 if (!sp->speech_encoder && codec_manager_.GetCodecInst()) { in RegisterSendCodec()
208 rent_a_codec_.RentEncoder(*codec_manager_.GetCodecInst()); in RegisterSendCodec()
229 auto* ci = codec_manager_.GetCodecInst(); in SendCodec()