Home
last modified time | relevance | path

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

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DVideoCodecSettings.h50 class AWS_MEDIACONVERT_API VideoCodecSettings
53 VideoCodecSettings();
54 VideoCodecSettings(Aws::Utils::Json::JsonView jsonValue);
55 VideoCodecSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
87 …inline VideoCodecSettings& WithAv1Settings(const Av1Settings& value) { SetAv1Settings(value); retu… in WithAv1Settings()
93 …inline VideoCodecSettings& WithAv1Settings(Av1Settings&& value) { SetAv1Settings(std::move(value))… in WithAv1Settings()
179 inline VideoCodecSettings& WithCodec(const VideoCodec& value) { SetCodec(value); return *this;} in WithCodec()
185 …inline VideoCodecSettings& WithCodec(VideoCodec&& value) { SetCodec(std::move(value)); return *thi… in WithCodec()
395 …inline VideoCodecSettings& WithVc3Settings(const Vc3Settings& value) { SetVc3Settings(value); retu… in WithVc3Settings()
432 …inline VideoCodecSettings& WithVp8Settings(const Vp8Settings& value) { SetVp8Settings(value); retu… in WithVp8Settings()
[all …]
H A DVideoDescription.h166 inline const VideoCodecSettings& GetCodecSettings() const{ return m_codecSettings; } in GetCodecSettings()
190 …inline void SetCodecSettings(const VideoCodecSettings& value) { m_codecSettingsHasBeenSet = true; … in SetCodecSettings()
202 …inline void SetCodecSettings(VideoCodecSettings&& value) { m_codecSettingsHasBeenSet = true; m_cod… in SetCodecSettings()
214 …inline VideoDescription& WithCodecSettings(const VideoCodecSettings& value) { SetCodecSettings(val… in WithCodecSettings()
226 …inline VideoDescription& WithCodecSettings(VideoCodecSettings&& value) { SetCodecSettings(std::mov… in WithCodecSettings()
796 VideoCodecSettings m_codecSettings;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DVideoCodecSettings.h34 class AWS_MEDIALIVE_API VideoCodecSettings
37 VideoCodecSettings();
38 VideoCodecSettings(Aws::Utils::Json::JsonView jsonValue);
39 VideoCodecSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
56 …inline VideoCodecSettings& WithFrameCaptureSettings(const FrameCaptureSettings& value) { SetFrameC… in WithFrameCaptureSettings()
75 …inline VideoCodecSettings& WithH264Settings(const H264Settings& value) { SetH264Settings(value); r… in WithH264Settings()
78 …inline VideoCodecSettings& WithH264Settings(H264Settings&& value) { SetH264Settings(std::move(valu… in WithH264Settings()
94 …inline VideoCodecSettings& WithH265Settings(const H265Settings& value) { SetH265Settings(value); r… in WithH265Settings()
97 …inline VideoCodecSettings& WithH265Settings(H265Settings&& value) { SetH265Settings(std::move(valu… in WithH265Settings()
113 …inline VideoCodecSettings& WithMpeg2Settings(const Mpeg2Settings& value) { SetMpeg2Settings(value)… in WithMpeg2Settings()
[all …]
H A DVideoDescription.h46 inline const VideoCodecSettings& GetCodecSettings() const{ return m_codecSettings; } in GetCodecSettings()
56 …inline void SetCodecSettings(const VideoCodecSettings& value) { m_codecSettingsHasBeenSet = true; … in SetCodecSettings()
61 …inline void SetCodecSettings(VideoCodecSettings&& value) { m_codecSettingsHasBeenSet = true; m_cod… in SetCodecSettings()
66 …inline VideoDescription& WithCodecSettings(const VideoCodecSettings& value) { SetCodecSettings(val… in WithCodecSettings()
71 …inline VideoDescription& WithCodecSettings(VideoCodecSettings&& value) { SetCodecSettings(std::mov… in WithCodecSettings()
375 VideoCodecSettings m_codecSettings;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DVideoCodecSettings.cpp21 VideoCodecSettings::VideoCodecSettings() : in VideoCodecSettings() function in Aws::MediaLive::Model::VideoCodecSettings
29 VideoCodecSettings::VideoCodecSettings(JsonView jsonValue) : in VideoCodecSettings() function in Aws::MediaLive::Model::VideoCodecSettings
38 VideoCodecSettings& VideoCodecSettings::operator =(JsonView jsonValue) in operator =()
71 JsonValue VideoCodecSettings::Jsonize() const in Jsonize()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dwebrtcvideoengine.h190 struct VideoCodecSettings { struct
191 VideoCodecSettings();
211 rtc::Optional<VideoCodecSettings> codec; argument
247 const std::vector<VideoCodecSettings>& codecs);
303 rtc::Optional<VideoCodecSettings> codec_settings;
312 void SetCodec(const VideoCodecSettings& codec,
452 static std::vector<VideoCodecSettings> MapCodecs(
461 std::vector<VideoCodecSettings> before,
462 std::vector<VideoCodecSettings> after);
490 rtc::Optional<VideoCodecSettings> send_codec_;
[all …]
H A Dwebrtcvideoengine.cc629 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
630 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
644 [](const VideoCodecSettings& codec1, const VideoCodecSettings& codec2) { in NonFlexfecReceiveCodecsHaveChanged()
995 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()
1693 const VideoCodecSettings& codec_settings, in SetCodec()
2438 WebRtcVideoChannel::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel::VideoCodecSettings
2464 std::vector<VideoCodecSettings> video_codecs; in MapCodecs()
2480 return std::vector<VideoCodecSettings>(); in MapCodecs()
2525 video_codecs.push_back(VideoCodecSettings()); in MapCodecs()
2538 return std::vector<VideoCodecSettings>(); in MapCodecs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dwebrtcvideoengine.h190 struct VideoCodecSettings { struct
191 VideoCodecSettings();
211 rtc::Optional<VideoCodecSettings> codec; argument
247 const std::vector<VideoCodecSettings>& codecs);
303 rtc::Optional<VideoCodecSettings> codec_settings;
312 void SetCodec(const VideoCodecSettings& codec,
452 static std::vector<VideoCodecSettings> MapCodecs(
461 std::vector<VideoCodecSettings> before,
462 std::vector<VideoCodecSettings> after);
490 rtc::Optional<VideoCodecSettings> send_codec_;
[all …]
H A Dwebrtcvideoengine.cc629 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
630 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
644 [](const VideoCodecSettings& codec1, const VideoCodecSettings& codec2) { in NonFlexfecReceiveCodecsHaveChanged()
995 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()
1693 const VideoCodecSettings& codec_settings, in SetCodec()
2438 WebRtcVideoChannel::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel::VideoCodecSettings
2464 std::vector<VideoCodecSettings> video_codecs; in MapCodecs()
2480 return std::vector<VideoCodecSettings>(); in MapCodecs()
2525 video_codecs.push_back(VideoCodecSettings()); in MapCodecs()
2538 return std::vector<VideoCodecSettings>(); in MapCodecs()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/media/engine/
H A Dwebrtcvideoengine.h190 struct VideoCodecSettings { struct
191 VideoCodecSettings();
211 rtc::Optional<VideoCodecSettings> codec; argument
247 const std::vector<VideoCodecSettings>& codecs);
303 rtc::Optional<VideoCodecSettings> codec_settings;
312 void SetCodec(const VideoCodecSettings& codec,
452 static std::vector<VideoCodecSettings> MapCodecs(
461 std::vector<VideoCodecSettings> before,
462 std::vector<VideoCodecSettings> after);
490 rtc::Optional<VideoCodecSettings> send_codec_;
[all …]
H A Dwebrtcvideoengine.cc629 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
630 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
644 [](const VideoCodecSettings& codec1, const VideoCodecSettings& codec2) { in NonFlexfecReceiveCodecsHaveChanged()
995 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()
1693 const VideoCodecSettings& codec_settings, in SetCodec()
2438 WebRtcVideoChannel::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel::VideoCodecSettings
2464 std::vector<VideoCodecSettings> video_codecs; in MapCodecs()
2480 return std::vector<VideoCodecSettings>(); in MapCodecs()
2525 video_codecs.push_back(VideoCodecSettings()); in MapCodecs()
2538 return std::vector<VideoCodecSettings>(); in MapCodecs()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/media/engine/
H A Dwebrtcvideoengine2.h188 struct VideoCodecSettings { struct
189 VideoCodecSettings();
191 bool operator==(const VideoCodecSettings& other) const;
202 rtc::Optional<VideoCodecSettings> codec; argument
234 const std::vector<VideoCodecSettings>& codecs);
290 rtc::Optional<VideoCodecSettings> codec_settings;
311 void SetCodec(const VideoCodecSettings& codec);
444 static std::vector<VideoCodecSettings> MapCodecs(
449 rtc::Optional<VideoCodecSettings> SelectSendVideoCodec(
481 rtc::Optional<VideoCodecSettings> send_codec_;
[all …]
H A Dwebrtcvideoengine2.cc667 return rtc::Optional<VideoCodecSettings>(); in SelectSendVideoCodec()
671 std::vector<VideoCodecSettings> before, in ReceiveCodecsHaveChanged()
672 std::vector<VideoCodecSettings> after) { in ReceiveCodecsHaveChanged()
685 [](const VideoCodecSettings& codec1, const VideoCodecSettings& codec2) { in ReceiveCodecsHaveChanged()
1705 const VideoCodecSettings& codec_settings) { in SetCodec()
2404 WebRtcVideoChannel2::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel2::VideoCodecSettings
2423 std::vector<VideoCodecSettings> video_codecs; in MapCodecs()
2439 return std::vector<VideoCodecSettings>(); in MapCodecs()
2484 video_codecs.push_back(VideoCodecSettings()); in MapCodecs()
2497 return std::vector<VideoCodecSettings>(); in MapCodecs()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/media/engine/
H A Dwebrtc_video_engine.h259 struct VideoCodecSettings { struct
260 VideoCodecSettings();
280 absl::optional<VideoCodecSettings> send_codec; argument
321 const std::vector<VideoCodecSettings>& codecs);
382 absl::optional<VideoCodecSettings> codec_settings;
391 void SetCodec(const VideoCodecSettings& codec);
540 static std::vector<VideoCodecSettings> MapCodecs(
548 std::vector<VideoCodecSettings> before,
549 std::vector<VideoCodecSettings> after);
586 absl::optional<VideoCodecSettings> send_codec_
[all …]
H A Dwebrtc_video_engine.cc648 std::vector<WebRtcVideoChannel::VideoCodecSettings>
658 std::vector<VideoCodecSettings> encoders; in SelectSendVideoCodecs()
688 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
689 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
720 std::vector<VideoCodecSettings> negotiated_codecs = in GetChangedSendParameters()
1167 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()
2080 const VideoCodecSettings& codec_settings) { in SetCodec()
3068 WebRtcVideoChannel::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel::VideoCodecSettings
3079 const WebRtcVideoChannel::VideoCodecSettings& a, in EqualsDisregardingFlexfec()
3090 std::vector<WebRtcVideoChannel::VideoCodecSettings>
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/media/engine/
H A Dwebrtc_video_engine.h261 struct VideoCodecSettings { struct
262 VideoCodecSettings();
283 absl::optional<VideoCodecSettings> send_codec; argument
324 const std::vector<VideoCodecSettings>& codecs);
381 absl::optional<VideoCodecSettings> codec_settings;
390 void SetCodec(const VideoCodecSettings& codec);
534 static std::vector<VideoCodecSettings> MapCodecs(
542 std::vector<VideoCodecSettings> before,
543 std::vector<VideoCodecSettings> after);
598 absl::optional<VideoCodecSettings> send_codec_
[all …]
H A Dwebrtc_video_engine.cc743 std::vector<WebRtcVideoChannel::VideoCodecSettings>
753 std::vector<VideoCodecSettings> encoders; in SelectSendVideoCodecs()
783 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
784 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
815 std::vector<VideoCodecSettings> negotiated_codecs = in GetChangedSendParameters()
1254 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()
2214 const VideoCodecSettings& codec_settings) { in SetCodec()
3215 WebRtcVideoChannel::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel::VideoCodecSettings
3227 const WebRtcVideoChannel::VideoCodecSettings& a, in EqualsDisregardingFlexfec()
3238 std::vector<WebRtcVideoChannel::VideoCodecSettings>
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/media/engine/
H A Dwebrtc_video_engine.h256 struct VideoCodecSettings { struct
257 VideoCodecSettings();
277 absl::optional<VideoCodecSettings> send_codec; argument
318 const std::vector<VideoCodecSettings>& codecs);
384 absl::optional<VideoCodecSettings> codec_settings;
393 void SetCodec(const VideoCodecSettings& codec);
542 static std::vector<VideoCodecSettings> MapCodecs(
550 std::vector<VideoCodecSettings> before,
551 std::vector<VideoCodecSettings> after);
588 absl::optional<VideoCodecSettings> send_codec_
[all …]
H A Dwebrtc_video_engine.cc684 std::vector<WebRtcVideoChannel::VideoCodecSettings>
694 std::vector<VideoCodecSettings> encoders; in SelectSendVideoCodecs()
724 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
725 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
756 std::vector<VideoCodecSettings> negotiated_codecs = in GetChangedSendParameters()
1191 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()
2114 const VideoCodecSettings& codec_settings) { in SetCodec()
3143 WebRtcVideoChannel::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel::VideoCodecSettings
3154 const WebRtcVideoChannel::VideoCodecSettings& a, in EqualsDisregardingFlexfec()
3165 std::vector<WebRtcVideoChannel::VideoCodecSettings>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/media/engine/
H A Dwebrtc_video_engine.h259 struct VideoCodecSettings { struct
260 VideoCodecSettings();
280 absl::optional<VideoCodecSettings> send_codec; argument
321 const std::vector<VideoCodecSettings>& codecs);
378 absl::optional<VideoCodecSettings> codec_settings;
387 void SetCodec(const VideoCodecSettings& codec);
535 static std::vector<VideoCodecSettings> MapCodecs(
543 std::vector<VideoCodecSettings> before,
544 std::vector<VideoCodecSettings> after);
581 absl::optional<VideoCodecSettings> send_codec_
[all …]
H A Dwebrtc_video_engine.cc695 std::vector<WebRtcVideoChannel::VideoCodecSettings>
705 std::vector<VideoCodecSettings> encoders; in SelectSendVideoCodecs()
735 std::vector<VideoCodecSettings> before, in NonFlexfecReceiveCodecsHaveChanged()
736 std::vector<VideoCodecSettings> after) { in NonFlexfecReceiveCodecsHaveChanged()
767 std::vector<VideoCodecSettings> negotiated_codecs = in GetChangedSendParameters()
1205 const std::vector<VideoCodecSettings>& codecs) { in CodecSettingsVectorToString()
2141 const VideoCodecSettings& codec_settings) { in SetCodec()
3151 WebRtcVideoChannel::VideoCodecSettings::VideoCodecSettings() in VideoCodecSettings() function in cricket::WebRtcVideoChannel::VideoCodecSettings
3162 const WebRtcVideoChannel::VideoCodecSettings& a, in EqualsDisregardingFlexfec()
3173 std::vector<WebRtcVideoChannel::VideoCodecSettings>
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DVideoCodecSettings.cpp21 VideoCodecSettings::VideoCodecSettings() : in VideoCodecSettings() function in Aws::MediaConvert::Model::VideoCodecSettings
38 VideoCodecSettings::VideoCodecSettings(JsonView jsonValue) : in VideoCodecSettings() function in Aws::MediaConvert::Model::VideoCodecSettings
56 VideoCodecSettings& VideoCodecSettings::operator =(JsonView jsonValue) in operator =()
145 JsonValue VideoCodecSettings::Jsonize() const in Jsonize()
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/
H A Dapi.go10609 type VideoCodecSettings struct { struct
10636 func (s VideoCodecSettings) String() string { argument
10641 func (s VideoCodecSettings) GoString() string { argument
10646 func (s *VideoCodecSettings) SetCodec(v string) *VideoCodecSettings { argument
10652 func (s *VideoCodecSettings) SetFrameCaptureSettings(v *FrameCaptureSettings) *VideoCodecSettings { argument
10658 func (s *VideoCodecSettings) SetH264Settings(v *H264Settings) *VideoCodecSettings { argument
10664 func (s *VideoCodecSettings) SetH265Settings(v *H265Settings) *VideoCodecSettings { argument
10670 func (s *VideoCodecSettings) SetMpeg2Settings(v *Mpeg2Settings) *VideoCodecSettings { argument
10676 func (s *VideoCodecSettings) SetProresSettings(v *ProresSettings) *VideoCodecSettings { argument
10705 CodecSettings *VideoCodecSettings `locationName:"codecSettings" type:"structure"`
[all …]
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/
H A Dapi.go10716 type VideoCodecSettings struct { struct
10743 func (s VideoCodecSettings) String() string { argument
10748 func (s VideoCodecSettings) GoString() string { argument
10753 func (s *VideoCodecSettings) SetCodec(v string) *VideoCodecSettings { argument
10759 func (s *VideoCodecSettings) SetFrameCaptureSettings(v *FrameCaptureSettings) *VideoCodecSettings { argument
10765 func (s *VideoCodecSettings) SetH264Settings(v *H264Settings) *VideoCodecSettings { argument
10771 func (s *VideoCodecSettings) SetH265Settings(v *H265Settings) *VideoCodecSettings { argument
10777 func (s *VideoCodecSettings) SetMpeg2Settings(v *Mpeg2Settings) *VideoCodecSettings { argument
10783 func (s *VideoCodecSettings) SetProresSettings(v *ProresSettings) *VideoCodecSettings { argument
10813 CodecSettings *VideoCodecSettings `locationName:"codecSettings" type:"structure"`
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/
H A Dapi.go19544 type VideoCodecSettings struct { struct
19664 func (s *VideoCodecSettings) SetAv1Settings(v *Av1Settings) *VideoCodecSettings { argument
19670 func (s *VideoCodecSettings) SetAvcIntraSettings(v *AvcIntraSettings) *VideoCodecSettings { argument
19676 func (s *VideoCodecSettings) SetCodec(v string) *VideoCodecSettings { argument
19688 func (s *VideoCodecSettings) SetH264Settings(v *H264Settings) *VideoCodecSettings { argument
19694 func (s *VideoCodecSettings) SetH265Settings(v *H265Settings) *VideoCodecSettings { argument
19700 func (s *VideoCodecSettings) SetMpeg2Settings(v *Mpeg2Settings) *VideoCodecSettings { argument
19706 func (s *VideoCodecSettings) SetProresSettings(v *ProresSettings) *VideoCodecSettings { argument
19712 func (s *VideoCodecSettings) SetVc3Settings(v *Vc3Settings) *VideoCodecSettings { argument
19718 func (s *VideoCodecSettings) SetVp8Settings(v *Vp8Settings) *VideoCodecSettings { argument
[all …]

123456