Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h221 struct VideoCodecSettings { struct
222 VideoCodecSettings();
224 bool operator==(const VideoCodecSettings& other) const;
225 bool operator!=(const VideoCodecSettings& other) const;
233 const std::vector<VideoCodecSettings>& codecs); argument
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,
[all …]
Dwebrtcvideoengine2.cc665 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 …]