HomeSort by relevance Sort by last modified time
    Searched refs:VideoCodecSettings (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 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
    [all...]
webrtcvideoengine2.cc 665 std::vector<WebRtcVideoChannel2::VideoCodecSettings>
667 const std::vector<WebRtcVideoChannel2::VideoCodecSettings>& mapped_codecs)
669 std::vector<VideoCodecSettings> supported_codecs;
671 const VideoCodecSettings& codec = mapped_codecs[i];
681 std::vector<VideoCodecSettings> before,
682 std::vector<VideoCodecSettings> after) {
695 [](const VideoCodecSettings& codec1, const VideoCodecSettings& codec2) {
754 const std::vector<VideoCodecSettings>& codecs) {
774 const std::vector<VideoCodecSettings> mapped_codecs = MapCodecs(codecs)
    [all...]

Completed in 4945 milliseconds