Home
last modified time | relevance | path

Searched refs:GstVideoTimeCodeInterval (Results 1 – 25 of 75) sorted by relevance

123

/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/
H A Dvideo_time_code_interval.rs23 pub struct VideoTimeCodeInterval(gst_video_sys::GstVideoTimeCodeInterval);
146 type GlibType = *mut gst_video_sys::GstVideoTimeCodeInterval;
159 fn to_glib_full(&self) -> *const gst_video_sys::GstVideoTimeCodeInterval { in to_glib_full() argument
171 ) -> StashMut<'a, *mut gst_video_sys::GstVideoTimeCodeInterval, Self> { in to_glib_none_mut() argument
178 impl FromGlibPtrNone<*mut gst_video_sys::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
180 unsafe fn from_glib_none(ptr: *mut gst_video_sys::GstVideoTimeCodeInterval) -> Self { in from_glib_none()
189 unsafe fn from_glib_none(ptr: *const gst_video_sys::GstVideoTimeCodeInterval) -> Self { in from_glib_none()
198 unsafe fn from_glib_full(ptr: *mut gst_video_sys::GstVideoTimeCodeInterval) -> Self { in from_glib_full()
210 unsafe fn from_glib_borrow(ptr: *mut gst_video_sys::GstVideoTimeCodeInterval) -> Self { in from_glib_borrow()
228 as *mut gst_video_sys::GstVideoTimeCodeInterval) in from_value_optional()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_time_code_interval.rs13 pub struct VideoTimeCodeInterval(ffi::GstVideoTimeCodeInterval);
135 type GlibType = *mut ffi::GstVideoTimeCodeInterval;
148 fn to_glib_full(&self) -> *const ffi::GstVideoTimeCodeInterval { in to_glib_full() argument
165 impl FromGlibPtrNone<*mut ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
167 unsafe fn from_glib_none(ptr: *mut ffi::GstVideoTimeCodeInterval) -> Self { in from_glib_none()
174 impl FromGlibPtrNone<*const ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
176 unsafe fn from_glib_none(ptr: *const ffi::GstVideoTimeCodeInterval) -> Self { in from_glib_none()
183 impl FromGlibPtrFull<*mut ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
185 unsafe fn from_glib_full(ptr: *mut ffi::GstVideoTimeCodeInterval) -> Self { in from_glib_full()
195 impl FromGlibPtrBorrow<*mut ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_time_code_interval.rs13 pub struct VideoTimeCodeInterval(ffi::GstVideoTimeCodeInterval);
135 type GlibType = *mut ffi::GstVideoTimeCodeInterval;
148 fn to_glib_full(&self) -> *const ffi::GstVideoTimeCodeInterval { in to_glib_full() argument
165 impl FromGlibPtrNone<*mut ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
167 unsafe fn from_glib_none(ptr: *mut ffi::GstVideoTimeCodeInterval) -> Self { in from_glib_none()
174 impl FromGlibPtrNone<*const ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
176 unsafe fn from_glib_none(ptr: *const ffi::GstVideoTimeCodeInterval) -> Self { in from_glib_none()
183 impl FromGlibPtrFull<*mut ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
185 unsafe fn from_glib_full(ptr: *mut ffi::GstVideoTimeCodeInterval) -> Self { in from_glib_full()
195 impl FromGlibPtrBorrow<*mut ffi::GstVideoTimeCodeInterval> for VideoTimeCodeInterval {
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.h30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef
224 …ideo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inte…
231 GstVideoTimeCodeInterval * gst_video_time_code_interval_new (guint hours,
237 GstVideoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_…
240 void gst_video_time_code_interval_free (GstVideoTimeCodeInterval * tc);
243 GstVideoTimeCodeInterval * gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc);
246 void gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc,
253 void gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc);
H A Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval()
956 G_DEFINE_BOXED_TYPE (GstVideoTimeCodeInterval, gst_video_time_code_interval,
971 GstVideoTimeCodeInterval *
975 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new()
977 tc = g_new0 (GstVideoTimeCodeInterval, 1); in gst_video_time_code_interval_new()
993 GstVideoTimeCodeInterval *
996 GstVideoTimeCodeInterval *tc; in gst_video_time_code_interval_new_from_string()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
1070 gst_video_time_code_interval_copy (const GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_copy()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-sys-0.17.0/tests/
H A Dlayout.c110 …%zu;%zu\n", "GstVideoTimeCodeInterval", sizeof(GstVideoTimeCodeInterval), alignof(GstVideoTimeCode… in main()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-sys-0.17.0/tests/
H A Dlayout.c110 …%zu;%zu\n", "GstVideoTimeCodeInterval", sizeof(GstVideoTimeCodeInterval), alignof(GstVideoTimeCode… in main()

123