Searched refs:CodecIndexFromId (Results 1 – 7 of 7) sorted by relevance
54 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()
85 rtc::Optional<int> i = acm2::RentACodec::CodecIndexFromId(*ci); in Codec()
56 return RentACodec::CodecIndexFromId(*maybe_codec_id).value_or(-1); in IsValidSendCodec()
149 static inline rtc::Optional<int> CodecIndexFromId(CodecId codec_id) { in CodecIndexFromId() function
196 *RentACodec::CodecIndexFromId(RentACodec::CodecId::kAVT)) { in InsertPacket()511 RentACodec::CodecIndexFromId(RentACodec::CodecId::kRED); in RtpHeaderToDecoder()
40 const auto codec_ix = RentACodec::CodecIndexFromId(codec_id); in CodecIdInst()118 const auto i = RentACodec::CodecIndexFromId(id); in AddSetOfCodecs()
603 auto codec_index = RentACodec::CodecIndexFromId(*codec_id); in RegisterReceiveCodec()