Home
last modified time | relevance | path

Searched refs:VideoOverlay (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dvideooverlay.cc39 …return Glib::RefPtr<Gst::VideoOverlay>( dynamic_cast<Gst::VideoOverlay*> (Glib::wrap_auto_interfac… in wrap()
245 VideoOverlay::VideoOverlay() in VideoOverlay() function in Gst::VideoOverlay
250 VideoOverlay::VideoOverlay(GstVideoOverlay* castitem) in VideoOverlay() function in Gst::VideoOverlay
255 VideoOverlay::VideoOverlay(const Glib::Interface_Class& interface_class) in VideoOverlay() function in Gst::VideoOverlay
260 VideoOverlay::VideoOverlay(VideoOverlay&& src) noexcept in VideoOverlay() function in Gst::VideoOverlay
264 VideoOverlay& VideoOverlay::operator=(VideoOverlay&& src) noexcept in operator =()
270 VideoOverlay::~VideoOverlay() noexcept in ~VideoOverlay()
279 VideoOverlay::CppClassType VideoOverlay::videooverlay_class_; // initialize static member
281 GType VideoOverlay::get_type() in get_type()
287 GType VideoOverlay::get_base_type() in get_base_type()
[all …]
H A Dvideooverlay.h117 class VideoOverlay : public Glib::Interface
123 using CppObjectType = VideoOverlay;
129 VideoOverlay(const VideoOverlay&) = delete;
130 VideoOverlay& operator=(const VideoOverlay&) = delete;
141 VideoOverlay();
150 explicit VideoOverlay(const Glib::Interface_Class& interface_class);
156 explicit VideoOverlay(GstVideoOverlay* castitem);
163 VideoOverlay(VideoOverlay&& src) noexcept;
164 VideoOverlay& operator=(VideoOverlay&& src) noexcept;
166 ~VideoOverlay() noexcept override;
[all …]
H A Dximagesink.cc103 Gst::VideoOverlay::add_interface(get_type()); in init()
150 , Gst::VideoOverlay(std::move(src)) in XImageSink()
157 Gst::VideoOverlay::operator=(std::move(src)); in operator =()
H A Dxvimagesink.cc103 Gst::VideoOverlay::add_interface(get_type()); in init()
151 , Gst::VideoOverlay(std::move(src)) in XvImageSink()
159 Gst::VideoOverlay::operator=(std::move(src)); in operator =()
H A Dplaysink.cc245 Gst::VideoOverlay::add_interface(get_type()); in init()
294 , Gst::VideoOverlay(std::move(src)) in PlaySink()
303 Gst::VideoOverlay::operator=(std::move(src)); in operator =()
H A Dximagesink.h45 : public Gst::VideoSink, public Gst::Navigation, public Gst::VideoOverlay
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGst/
H A Dvideooverlay.cpp25 void VideoOverlay::expose() in expose()
30 void VideoOverlay::setWindowHandle(WId id) in setWindowHandle()
41 void VideoOverlay::enableEventHandling(bool enabled) in enableEventHandling()
46 bool VideoOverlay::setRenderRectangle(int x, int y, int width, int height) in setRenderRectangle()
51 bool VideoOverlay::setRenderRectangle(const QRect& rect) in setRenderRectangle()
56 bool VideoOverlay::isPrepareWindowHandleMessage(const MessagePtr & msg) in isPrepareWindowHandleMessage()
H A Dvideooverlay.h31 class QTGSTREAMER_EXPORT VideoOverlay : public QGlib::Interface
33 QGST_WRAPPER(VideoOverlay)
46 QGST_REGISTER_TYPE(QGst::VideoOverlay)
47 QGLIB_REGISTER_INTERFACE(QGst::VideoOverlay)
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/auto/
H A Dvideo_overlay.rs11 pub struct VideoOverlay(Interface<gst_video_sys::GstVideoOverlay>);
18 impl VideoOverlay { implementation
30 unsafe impl Send for VideoOverlay {} implementation
31 unsafe impl Sync for VideoOverlay {} implementation
33 pub const NONE_VIDEO_OVERLAY: Option<&VideoOverlay> = None;
55 impl<O: IsA<VideoOverlay>> VideoOverlayExt for O {
H A Dmod.rs21 pub use self::video_overlay::{VideoOverlay, NONE_VIDEO_OVERLAY};
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_overlay.rs11 pub struct VideoOverlay(Interface<ffi::GstVideoOverlay, ffi::GstVideoOverlayInterface>);
18 impl VideoOverlay { impl
27 unsafe impl Send for VideoOverlay {} implementation
28 unsafe impl Sync for VideoOverlay {} implementation
30 pub const NONE_VIDEO_OVERLAY: Option<&VideoOverlay> = None;
55 impl<O: IsA<VideoOverlay>> VideoOverlayExt for O {
H A Dmod.rs31 pub use self::video_overlay::{VideoOverlay, NONE_VIDEO_OVERLAY};
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_overlay.rs11 pub struct VideoOverlay(Interface<ffi::GstVideoOverlay, ffi::GstVideoOverlayInterface>);
18 impl VideoOverlay { implementation
27 unsafe impl Send for VideoOverlay {} implementation
28 unsafe impl Sync for VideoOverlay {} implementation
30 pub const NONE_VIDEO_OVERLAY: Option<&VideoOverlay> = None;
55 impl<O: IsA<VideoOverlay>> VideoOverlayExt for O {
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_overlay.rs3 use crate::VideoOverlay;
14 impl<O: IsA<VideoOverlay>> VideoOverlayExtManual for O {
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/
H A Dvideo_overlay.rs14 use VideoOverlay;
23 impl<O: IsA<VideoOverlay>> VideoOverlayExtManual for O {
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_overlay.rs3 use crate::VideoOverlay;
14 impl<O: IsA<VideoOverlay>> VideoOverlayExtManual for O {
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/private/
H A Dvideooverlay_p.h14 using CppObjectType = VideoOverlay;
19 friend class VideoOverlay; variable
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dximagesink.hg24 : public Gst::VideoSink, public Gst::Navigation, public Gst::VideoOverlay
28 _IMPLEMENTS_INTERFACE(Gst::VideoOverlay)
H A Dxvimagesink.hg25 : public Gst::VideoSink, public Gst::Navigation, public Gst::VideoOverlay, public Gst::ColorBalance
29 _IMPLEMENTS_INTERFACE(Gst::VideoOverlay)
H A Dvideooverlay.hg29 * The VideoOverlay interface is used for 2 main purposes :
98 class VideoOverlay : public Glib::Interface
100 _CLASS_INTERFACE(VideoOverlay, GstVideoOverlay, GST_VIDEO_OVERLAY, GstVideoOverlayInterface)
H A Dplaysink.hg33 : public Gst::Bin, public Gst::StreamVolume, public Gst::VideoOverlay, public Gst::Navigation, publ…
37 _IMPLEMENTS_INTERFACE(Gst::VideoOverlay)
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGst/Ui/
H A Dvideowidget.cpp259 if (VideoOverlay::isPrepareWindowHandleMessage(msg)) { in onBusSyncMessage()
260 VideoOverlayPtr overlay = msg->source().dynamicCast<VideoOverlay>(); in onBusSyncMessage()
284 VideoOverlayPtr overlay = sink.dynamicCast<VideoOverlay>(); in create()
/dports/www/py-folium/folium-0.12.1/folium/
H A Draster_layers.py293 class VideoOverlay(Layer): class
331 super(VideoOverlay, self).__init__(name=name, overlay=overlay,
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/examples/media_player_gtkmm/
H A Dplayer_window.cc145 static Glib::RefPtr<Gst::VideoOverlay> find_overlay(Glib::RefPtr<Gst::Element> element)
147 auto overlay = Glib::RefPtr<Gst::VideoOverlay>::cast_dynamic(element);
177 Glib::RefPtr< Gst::VideoOverlay > videooverlay =
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/tools/m4/
H A Dplugingen_gstreamermm.m453 …SLATION(`GstVideoOverlay*',`Gst::VideoOverlay',`const Glib::RefPtr<Gst::VideoOverlay>&',`Glib::Ref…

12345678910>>...13