HomeSort by relevance Sort by last modified time
    Searched refs:CodecInstById (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc 49 auto ci = acm2::RentACodec::CodecInstById(*codec_id);
acm_receiver.cc 185 return ci ? RentACodec::CodecInstById(*ci)->plfreq : -1;
438 *codec = *RentACodec::CodecInstById(
479 *codec = *RentACodec::CodecInstById(
rent_a_codec.h 166 static rtc::Optional<CodecInst> CodecInstById(CodecId codec_id);
rent_a_codec.cc 53 rtc::Optional<CodecInst> RentACodec::CodecInstById(CodecId codec_id) {
71 rtc::Optional<CodecInst> ci = CodecInstById(*codec_id);
acm_receiver_unittest_oldapi.cc 43 const auto codec_inst = RentACodec::CodecInstById(codec_id);
90 *RentACodec::CodecInstById(*RentACodec::CodecIdFromIndex(codec_id));

Completed in 137 milliseconds