Home
last modified time | relevance | path

Searched refs:VideoFormats (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/libwds/rtsp/
H A Dvideoformats.cpp195 VideoFormats::VideoFormats() : Property(VideoFormatsPropertyType, true) { in VideoFormats() function in wds::rtsp::VideoFormats
198 VideoFormats::VideoFormats(NativeVideoFormat format, in VideoFormats() function in wds::rtsp::VideoFormats
208 VideoFormats::VideoFormats(NativeVideoFormat format, in VideoFormats() function in wds::rtsp::VideoFormats
218 VideoFormats::VideoFormats(unsigned char native, in VideoFormats() function in wds::rtsp::VideoFormats
227 VideoFormats::~VideoFormats() { in ~VideoFormats()
242 NativeVideoFormat VideoFormats::GetNativeFormat() const { in GetNativeFormat()
259 std::vector<H264VideoFormat> VideoFormats::GetH264Formats() const { in GetH264Formats()
266 std::vector<H264VideoCodec> VideoFormats::GetH264VideoCodecs() const { in GetH264VideoCodecs()
273 std::string VideoFormats::ToString() const { in ToString()
H A Dvideoformats.h65 class VideoFormats: public Property {
67 VideoFormats();
68 VideoFormats(NativeVideoFormat format,
71 VideoFormats(NativeVideoFormat format,
74 VideoFormats(unsigned char native,
77 ~VideoFormats() override;
H A Dparser.ypp50 class VideoFormats;
776 $$ = new wds::rtsp::VideoFormats();
780 $$ = new wds::rtsp::VideoFormats($4, $6, *$8);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/rtsp/
H A Dvideoformats.cpp195 VideoFormats::VideoFormats() : Property(VideoFormatsPropertyType, true) { in VideoFormats() function in wds::rtsp::VideoFormats
198 VideoFormats::VideoFormats(NativeVideoFormat format, in VideoFormats() function in wds::rtsp::VideoFormats
208 VideoFormats::VideoFormats(NativeVideoFormat format, in VideoFormats() function in wds::rtsp::VideoFormats
218 VideoFormats::VideoFormats(unsigned char native, in VideoFormats() function in wds::rtsp::VideoFormats
227 VideoFormats::~VideoFormats() { in ~VideoFormats()
242 NativeVideoFormat VideoFormats::GetNativeFormat() const { in GetNativeFormat()
259 std::vector<H264VideoFormat> VideoFormats::GetH264Formats() const { in GetH264Formats()
266 std::vector<H264VideoCodec> VideoFormats::GetH264VideoCodecs() const { in GetH264VideoCodecs()
273 std::string VideoFormats::ToString() const { in ToString()
H A Dvideoformats.h65 class VideoFormats: public Property {
67 VideoFormats();
68 VideoFormats(NativeVideoFormat format,
71 VideoFormats(NativeVideoFormat format,
74 VideoFormats(unsigned char native,
77 ~VideoFormats() override;
H A Dparser.ypp50 class VideoFormats;
776 $$ = new wds::rtsp::VideoFormats();
780 $$ = new wds::rtsp::VideoFormats($4, $6, *$8);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/libwds/source/
H A Dcap_negotiation_state.cpp45 using rtsp::VideoFormats;
102 auto video_formats = static_cast<VideoFormats*>( in HandleReply()
149 std::shared_ptr<VideoFormats>(new VideoFormats( in CreateMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/source/
H A Dcap_negotiation_state.cpp45 using rtsp::VideoFormats;
102 auto video_formats = static_cast<VideoFormats*>( in HandleReply()
149 std::shared_ptr<VideoFormats>(new VideoFormats( in CreateMessage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/libwds/sink/
H A Dcap_negotiation_state.cpp82 … new_prop.reset(new rtsp::VideoFormats(ToSinkMediaManager(manager_)->GetNativeVideoFormat(), in HandleMessage()
144 static_cast<rtsp::VideoFormats*>(payload->GetProperty(rtsp::VideoFormatsPropertyType).get()); in HandleMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/sink/
H A Dcap_negotiation_state.cpp82 … new_prop.reset(new rtsp::VideoFormats(ToSinkMediaManager(manager_)->GetNativeVideoFormat(), in HandleMessage()
144 static_cast<rtsp::VideoFormats*>(payload->GetProperty(rtsp::VideoFormatsPropertyType).get()); in HandleMessage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/gen/
H A Dparser.h88 class VideoFormats; variable
H A Dparser.cpp147 class VideoFormats;
2786 (yyval.property) = new wds::rtsp::VideoFormats(); in yyparse()
2794 …(yyval.property) = new wds::rtsp::VideoFormats((yyvsp[-4].nval), (yyvsp[-2].nval), *(yyvsp[0].code… in yyparse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/gen/
H A Dparser.h91 class VideoFormats; variable
H A Dparser.cpp158 class VideoFormats;
2474 (yyval.property) = new wds::rtsp::VideoFormats(); in yyparse()
2478 (yyval.property) = new wds::rtsp::VideoFormats( in yyparse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/rtsp/tests/
H A Dtests.cpp502 …std::shared_ptr<wds::rtsp::VideoFormats> video_formats = std::static_pointer_cast<wds::rtsp::Video… in test_valid_get_parameter_reply()
696 …std::shared_ptr<wds::rtsp::VideoFormats> video_formats = std::static_pointer_cast<wds::rtsp::Video… in test_valid_set_parameter()
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/dfareporting/v3.1/
H A Ddfareporting-gen.go186 s.VideoFormats = NewVideoFormatsService(s)
313 VideoFormats *VideoFormatsService member
13810 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/dfareporting/v3.2/
H A Ddfareporting-gen.go187 s.VideoFormats = NewVideoFormatsService(s)
316 VideoFormats *VideoFormatsService member
14108 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/dfareporting/v2.7/
H A Ddfareporting-gen.go186 s.VideoFormats = NewVideoFormatsService(s)
313 VideoFormats *VideoFormatsService member
13660 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/dfareporting/v3.5/
H A Ddfareporting-gen.go191 s.VideoFormats = NewVideoFormatsService(s)
318 VideoFormats *VideoFormatsService member
14576 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/dfareporting/v3.0/
H A Ddfareporting-gen.go186 s.VideoFormats = NewVideoFormatsService(s)
313 VideoFormats *VideoFormatsService member
13916 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/dfareporting/v3.3/
H A Ddfareporting-gen.go191 s.VideoFormats = NewVideoFormatsService(s)
318 VideoFormats *VideoFormatsService member
13914 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/dfareporting/v2.7/
H A Ddfareporting-gen.go186 s.VideoFormats = NewVideoFormatsService(s)
313 VideoFormats *VideoFormatsService member
13660 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/dfareporting/v3.1/
H A Ddfareporting-gen.go186 s.VideoFormats = NewVideoFormatsService(s)
313 VideoFormats *VideoFormatsService member
13810 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/dfareporting/v3.0/
H A Ddfareporting-gen.go186 s.VideoFormats = NewVideoFormatsService(s)
313 VideoFormats *VideoFormatsService member
13916 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/dfareporting/v3.3/
H A Ddfareporting-gen.go189 s.VideoFormats = NewVideoFormatsService(s)
316 VideoFormats *VideoFormatsService member
14131 VideoFormats []*VideoFormat `json:"videoFormats,omitempty"` member

1234567