Lines Matching refs:VideoCodecSettings
221 struct VideoCodecSettings {
222 VideoCodecSettings();
224 bool operator==(const VideoCodecSettings& other) const;
225 bool operator!=(const VideoCodecSettings& other) const;
233 const std::vector<VideoCodecSettings>& codecs);
246 const rtc::Optional<VideoCodecSettings>& codec_settings,
252 void SetCodec(const VideoCodecSettings& codec);
286 const rtc::Optional<VideoCodecSettings>& codec_settings);
290 rtc::Optional<VideoCodecSettings> codec_settings;
346 void SetCodecAndOptions(const VideoCodecSettings& codec,
395 const std::vector<VideoCodecSettings>& recv_codecs,
405 void SetRecvCodecs(const std::vector<VideoCodecSettings>& recv_codecs);
482 static std::vector<VideoCodecSettings> MapCodecs(
484 std::vector<VideoCodecSettings> FilterSupportedCodecs(
485 const std::vector<VideoCodecSettings>& mapped_codecs) const;
486 static bool ReceiveCodecsHaveChanged(std::vector<VideoCodecSettings> before,
487 std::vector<VideoCodecSettings> after);
521 rtc::Optional<VideoCodecSettings> send_codec_;
526 std::vector<VideoCodecSettings> recv_codecs_;