Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dmedia_session.cc830 C* found_codec, in FindMatchingCodec() argument
903 if (found_codec) { in FindMatchingCodec()
904 *found_codec = potential_match; in FindMatchingCodec()
1073 auto found_codec = absl::c_find_if( in MatchCodecPreference() local
1086 if (found_codec != supported_codecs.end()) { in MatchCodecPreference()
1088 if (FindMatchingCodec(supported_codecs, codecs, *found_codec, in MatchCodecPreference()
2337 AudioCodec found_codec; in AddAudioContentForOffer() local
2340 codec, &found_codec, field_trials) && in AddAudioContentForOffer()
2346 filtered_codecs.push_back(found_codec); in AddAudioContentForOffer()
2430 VideoCodec found_codec; in AddVideoContentForOffer() local
[all …]
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc127 AudioCodec* found_codec, in FindCodec() argument
131 if (found_codec != NULL) { in FindCodec()
132 *found_codec = c; in FindCodec()