Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcodec_manager.cc35 auto maybe_codec_id = RentACodec::CodecIdByInst(send_codec); in IsValidSendCodec() local
36 if (!maybe_codec_id) { in IsValidSendCodec()
49 if (!RentACodec::IsSupportedNumChannels(*maybe_codec_id, send_codec.channels) in IsValidSendCodec()
56 return RentACodec::CodecIndexFromId(*maybe_codec_id).value_or(-1); in IsValidSendCodec()