Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dmedia_session.cc773 if (FindMatchingCodec(local_codecs, offered_codecs, ours, &theirs, in NegotiateCodecs()
827 static bool FindMatchingCodec(const std::vector<C>& codecs1, in FindMatchingCodec() function
991 !FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs()
1002 !FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs()
1013 if (!FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs()
1026 !FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs()
1033 if (!FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs()
1088 if (FindMatchingCodec(supported_codecs, codecs, *found_codec, in MatchCodecPreference()
2134 if (!FindMatchingCodec<AudioCodec>( in GetCodecsForAnswer()
2137 FindMatchingCodec<AudioCodec>(audio->codecs(), all_audio_codecs_, in GetCodecsForAnswer()
[all …]
H A Dchannel.cc994 auto* recv_codec = FindMatchingCodec(recv_params.codecs, send_codec); in SetLocalContent_w()
1079 auto* send_codec = FindMatchingCodec(send_params.codecs, recv_codec); in SetRemoteContent_w()
/aosp_15_r20/external/webrtc/media/base/
H A Dcodec.h231 const VideoCodec* FindMatchingCodec(
H A Dcodec.cc418 const VideoCodec* FindMatchingCodec( in FindMatchingCodec() function
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc631 FindMatchingCodec(codecs, cricket::VideoCodec(h264_constrained_baseline)) in TEST_F()
635 FindMatchingCodec(codecs, cricket::VideoCodec(h264_constrained_high)) in TEST_F()
638 codecs, FindMatchingCodec(codecs, cricket::VideoCodec(h264_high))->id)); in TEST_F()
H A Dwebrtc_video_engine.cc1160 if (!FindMatchingCodec(local_supported_codecs, mapped_codec.codec)) { in GetChangedRecvParameters()