Searched refs:GstVideoTimeCodeInterval (Results 1 – 5 of 5) sorted by relevance
30 typedef struct _GstVideoTimeCodeInterval GstVideoTimeCodeInterval; typedef224 …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);
904 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 …]
145 GstVideoTimeCodeInterval *tc_interval;
547 GstVideoTimeCodeInterval *tc_diff; in GST_START_TEST()
45671 videotimecode: Added unit test for GstVideoTimeCodeInterval45678 videotimecode: New GstVideoTimeCodeInterval type, ability to add to a GstVideoTimeCode45683 timecode is now a GstVideoTimeCodeInterval. Also added function to add it to