Searched refs:VideoCodecSettings (Results 1 – 2 of 2) sorted by relevance
221 struct VideoCodecSettings { struct222 VideoCodecSettings();224 bool operator==(const VideoCodecSettings& other) const;225 bool operator!=(const VideoCodecSettings& other) const;233 const std::vector<VideoCodecSettings>& codecs); argument246 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,[all …]
665 std::vector<WebRtcVideoChannel2::VideoCodecSettings>667 const std::vector<WebRtcVideoChannel2::VideoCodecSettings>& mapped_codecs) in FilterSupportedCodecs()669 std::vector<VideoCodecSettings> supported_codecs; in FilterSupportedCodecs()671 const VideoCodecSettings& codec = mapped_codecs[i]; in FilterSupportedCodecs()681 std::vector<VideoCodecSettings> before, in ReceiveCodecsHaveChanged()682 std::vector<VideoCodecSettings> after) { in ReceiveCodecsHaveChanged()695 [](const VideoCodecSettings& codec1, const VideoCodecSettings& codec2) { in ReceiveCodecsHaveChanged()754 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()774 const std::vector<VideoCodecSettings> mapped_codecs = MapCodecs(codecs); in SetRecvCodecs()780 std::vector<VideoCodecSettings> supported_codecs = in SetRecvCodecs()[all …]