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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module.cc 85 rtc::Optional<int> i = acm2::RentACodec::CodecIndexFromId(*ci);
rent_a_codec.cc 54 rtc::Optional<int> mi = CodecIndexFromId(codec_id);
87 auto i = CodecIndexFromId(codec_id);
102 rtc::Optional<int> i = CodecIndexFromId(codec_id);
codec_manager.cc 56 return RentACodec::CodecIndexFromId(*maybe_codec_id).value_or(-1);
rent_a_codec.h 149 static inline rtc::Optional<int> CodecIndexFromId(CodecId codec_id) {
acm_receiver.cc 196 *RentACodec::CodecIndexFromId(RentACodec::CodecId::kAVT)) {
511 RentACodec::CodecIndexFromId(RentACodec::CodecId::kRED);
acm_receiver_unittest_oldapi.cc 40 const auto codec_ix = RentACodec::CodecIndexFromId(codec_id);
118 const auto i = RentACodec::CodecIndexFromId(id);
audio_coding_module_impl.cc 603 auto codec_index = RentACodec::CodecIndexFromId(*codec_id);

Completed in 57 milliseconds