Searched refs:FindMatchingCodec (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/pc/ |
H A D | media_session.cc | 773 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 D | channel.cc | 994 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 D | codec.h | 231 const VideoCodec* FindMatchingCodec(
|
H A D | codec.cc | 418 const VideoCodec* FindMatchingCodec( in FindMatchingCodec() function
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_video_engine_unittest.cc | 631 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 D | webrtc_video_engine.cc | 1160 if (!FindMatchingCodec(local_supported_codecs, mapped_codec.codec)) { in GetChangedRecvParameters()
|