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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc 46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id);
acm_receiver.cc 112 auto i = RentACodec::CodecIdFromIndex(codec_id);
184 const auto ci = RentACodec::CodecIdFromIndex(decoder->acm_codec_id);
312 RentACodec::CodecIdFromIndex(acm_codec_id);
439 *RentACodec::CodecIdFromIndex(last_audio_decoder_->acm_codec_id));
480 *RentACodec::CodecIdFromIndex(decoder.acm_codec_id));
rent_a_codec.h 156 static inline rtc::Optional<CodecId> CodecIdFromIndex(int codec_index) {
rent_a_codec.cc 49 return CodecIdFromIndex(
61 return CodecIdFromIndex(ACMCodecDB::CodecNumber(codec_inst));
acm_receiver_unittest_oldapi.cc 90 *RentACodec::CodecInstById(*RentACodec::CodecIdFromIndex(codec_id));

Completed in 72 milliseconds