Home
last modified time | relevance | path

Searched refs:CodecIndexFromId (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Drent_a_codec.cc54 rtc::Optional<int> mi = CodecIndexFromId(codec_id); in CodecInstById()
87 auto i = CodecIndexFromId(codec_id); in IsSupportedNumChannels()
102 rtc::Optional<int> i = CodecIndexFromId(codec_id); in NetEqDecoderFromCodecId()
Daudio_coding_module.cc85 rtc::Optional<int> i = acm2::RentACodec::CodecIndexFromId(*ci); in Codec()
Dcodec_manager.cc56 return RentACodec::CodecIndexFromId(*maybe_codec_id).value_or(-1); in IsValidSendCodec()
Drent_a_codec.h149 static inline rtc::Optional<int> CodecIndexFromId(CodecId codec_id) { in CodecIndexFromId() function
Dacm_receiver.cc196 *RentACodec::CodecIndexFromId(RentACodec::CodecId::kAVT)) { in InsertPacket()
511 RentACodec::CodecIndexFromId(RentACodec::CodecId::kRED); in RtpHeaderToDecoder()
Dacm_receiver_unittest_oldapi.cc40 const auto codec_ix = RentACodec::CodecIndexFromId(codec_id); in CodecIdInst()
118 const auto i = RentACodec::CodecIndexFromId(id); in AddSetOfCodecs()
Daudio_coding_module_impl.cc603 auto codec_index = RentACodec::CodecIndexFromId(*codec_id); in RegisterReceiveCodec()