Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc112 auto i = RentACodec::CodecIdFromIndex(codec_id); in IsCng()
184 const auto ci = RentACodec::CodecIdFromIndex(decoder->acm_codec_id); in InsertPacket()
312 RentACodec::CodecIdFromIndex(acm_codec_id); in AddCodec()
439 *RentACodec::CodecIdFromIndex(last_audio_decoder_->acm_codec_id)); in LastAudioCodec()
480 *RentACodec::CodecIdFromIndex(decoder.acm_codec_id)); in DecoderByPayloadType()
Drent_a_codec.cc49 return CodecIdFromIndex( in CodecIdByParams()
61 return CodecIdFromIndex(ACMCodecDB::CodecNumber(codec_inst)); in CodecIdByInst()
Daudio_coding_module.cc46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id); in Codec()
Drent_a_codec.h156 static inline rtc::Optional<CodecId> CodecIdFromIndex(int codec_index) { in CodecIdFromIndex() function
Dacm_receiver_unittest_oldapi.cc90 *RentACodec::CodecInstById(*RentACodec::CodecIdFromIndex(codec_id)); in InsertOnePacketOfSilence()