Searched refs:maybe_codec_id (Results 1 – 1 of 1) sorted by relevance
35 auto maybe_codec_id = RentACodec::CodecIdByInst(send_codec); in IsValidSendCodec() local36 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()