Home
last modified time | relevance | path

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

/external/webrtc/media/engine/
Dwebrtc_video_engine.h257 struct VideoCodecSettings { struct
258 VideoCodecSettings();
262 bool operator==(const VideoCodecSettings& other) const;
263 bool operator!=(const VideoCodecSettings& other) const;
267 static bool EqualsDisregardingFlexfec(const VideoCodecSettings& a,
268 const VideoCodecSettings& b);
278 absl::optional<VideoCodecSettings> send_codec; argument
279 absl::optional<std::vector<VideoCodecSettings>> negotiated_codecs;
290 absl::optional<std::vector<VideoCodecSettings>> codec_settings;
319 const std::vector<VideoCodecSettings>& codecs);
[all …]
Dwebrtc_video_engine.cc666 std::vector<WebRtcVideoChannel::VideoCodecSettings>
668 const std::vector<VideoCodecSettings>& remote_mapped_codecs) const { in SelectSendVideoCodecs()
676 std::vector<VideoCodecSettings> encoders; in SelectSendVideoCodecs()
677 for (const VideoCodecSettings& remote_codec : remote_mapped_codecs) { in SelectSendVideoCodecs()
706 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
707 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
716 auto comparison = [](const VideoCodecSettings& codec1, in NonFlexfecReceiveCodecsHaveChanged()
717 const VideoCodecSettings& codec2) { in NonFlexfecReceiveCodecsHaveChanged()
727 VideoCodecSettings::EqualsDisregardingFlexfec); in NonFlexfecReceiveCodecsHaveChanged()
738 std::vector<VideoCodecSettings> negotiated_codecs = in GetChangedSendParameters()
[all …]