Home
last modified time | relevance | path

Searched refs:CodecIdByInst (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcodec_manager.cc35 auto maybe_codec_id = RentACodec::CodecIdByInst(send_codec); in IsValidSendCodec()
Drent_a_codec.h167 static rtc::Optional<CodecId> CodecIdByInst(const CodecInst& codec_inst);
Drent_a_codec.cc59 rtc::Optional<RentACodec::CodecId> RentACodec::CodecIdByInst( in CodecIdByInst() function in webrtc::acm2::RentACodec