Searched refs:FindMatchingCodec (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/pc/ |
D | media_session.cc | 775 if (FindMatchingCodec(local_codecs, offered_codecs, ours, &theirs)) { in NegotiateCodecs() 817 static bool FindMatchingCodec(const std::vector<C>& codecs1, in FindMatchingCodec() function 892 !FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs() 903 !FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs() 914 if (!FindMatchingCodec<C>(reference_codecs, *offered_codecs, in MergeCodecs() 1948 if (!FindMatchingCodec<AudioCodec>(audio->codecs(), in GetCodecsForAnswer() 1951 FindMatchingCodec<AudioCodec>(audio->codecs(), all_audio_codecs_, in GetCodecsForAnswer() 1960 if (!FindMatchingCodec<VideoCodec>(video->codecs(), in GetCodecsForAnswer() 1963 FindMatchingCodec<VideoCodec>(video->codecs(), all_video_codecs_, in GetCodecsForAnswer() 1974 if (!FindMatchingCodec<RtpDataCodec>( in GetCodecsForAnswer() [all …]
|
D | channel.cc | 1037 auto* recv_codec = FindMatchingCodec(recv_params.codecs, send_codec); in SetLocalContent_w() 1136 auto* send_codec = FindMatchingCodec(send_params.codecs, recv_codec); in SetRemoteContent_w()
|
/external/webrtc/media/base/ |
D | codec.h | 240 const VideoCodec* FindMatchingCodec(
|
D | codec.cc | 416 const VideoCodec* FindMatchingCodec( in FindMatchingCodec() function
|
/external/webrtc/media/engine/ |
D | webrtc_video_engine_unittest.cc | 567 FindMatchingCodec(codecs, cricket::VideoCodec(h264_constrained_baseline)) in TEST_F() 571 FindMatchingCodec(codecs, cricket::VideoCodec(h264_constrained_high)) in TEST_F() 574 codecs, FindMatchingCodec(codecs, cricket::VideoCodec(h264_high))->id)); in TEST_F()
|
D | webrtc_video_engine.cc | 1122 if (!FindMatchingCodec(local_supported_codecs, mapped_codec.codec)) { in GetChangedRecvParameters()
|