Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
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);
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()
1035 gst_video_time_code_interval_init (GstVideoTimeCodeInterval * tc, guint hours, in gst_video_time_code_interval_init()
1053 gst_video_time_code_interval_clear (GstVideoTimeCodeInterval * tc) in gst_video_time_code_interval_clear()
1069 GstVideoTimeCodeInterval *
[all …]
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h145 GstVideoTimeCodeInterval *tc_interval;
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c547 GstVideoTimeCodeInterval *tc_diff; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog45671 videotimecode: Added unit test for GstVideoTimeCodeInterval
45678 videotimecode: New GstVideoTimeCodeInterval type, ability to add to a GstVideoTimeCode
45683 timecode is now a GstVideoTimeCodeInterval. Also added function to add it to