Searched refs:latest_daily_jam (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideotimecode.c | 178 if (tc->config.latest_daily_jam == NULL) { in gst_video_time_code_to_date_time() 187 ret = g_date_time_ref (tc->config.latest_daily_jam); in gst_video_time_code_to_date_time() 523 if (tc1->config.latest_daily_jam == NULL in gst_video_time_code_compare() 524 || tc2->config.latest_daily_jam == NULL) { in gst_video_time_code_compare() 610 gst_video_time_code_new (guint fps_n, guint fps_d, GDateTime * latest_daily_jam, in gst_video_time_code_new() argument 617 gst_video_time_code_init (tc, fps_n, fps_d, latest_daily_jam, flags, hours, in gst_video_time_code_new() 805 GDateTime * latest_daily_jam, GstVideoTimeCodeFlags flags, guint hours, in gst_video_time_code_init() argument 815 if (latest_daily_jam != NULL) in gst_video_time_code_init() 816 tc->config.latest_daily_jam = g_date_time_ref (latest_daily_jam); in gst_video_time_code_init() 818 tc->config.latest_daily_jam = NULL; in gst_video_time_code_init() [all …]
|
D | gstvideotimecode.h | 72 GDateTime *latest_daily_jam; member 133 GDateTime * latest_daily_jam, 171 GDateTime * latest_daily_jam,
|
D | gstvideometa.c | 1091 smeta->tc.config.fps_d, smeta->tc.config.latest_daily_jam, in gst_video_time_code_meta_transform() 1161 tc->config.fps_d, tc->config.latest_daily_jam, tc->config.flags, in gst_buffer_add_video_time_code_meta() 1188 guint fps_d, GDateTime * latest_daily_jam, GstVideoTimeCodeFlags flags, in gst_buffer_add_video_time_code_meta_full() argument 1199 gst_video_time_code_init (&meta->tc, fps_n, fps_d, latest_daily_jam, flags, in gst_buffer_add_video_time_code_meta_full()
|
D | gstvideometa.h | 408 … GDateTime * latest_daily_jam,
|
/third_party/gstreamer/gstplugins_bad/gst/timecode/ |
D | gsttimecodestamper.c | 504 if (tc->timecode.config.latest_daily_jam) { in gst_timecodestamper_set_property() 505 g_date_time_unref (tc->timecode.config.latest_daily_jam); in gst_timecodestamper_set_property() 507 tc->timecode.config.latest_daily_jam = in gst_timecodestamper_set_property() 513 if (timecodestamper->ltc_internal_tc->config.latest_daily_jam) { in gst_timecodestamper_set_property() 515 config.latest_daily_jam); in gst_timecodestamper_set_property() 517 timecodestamper->ltc_internal_tc->config.latest_daily_jam = in gst_timecodestamper_set_property() 794 timecode->config.latest_daily_jam ? g_date_time_ref (timecode->config. in gst_timecodestamper_update_timecode_framerate() 795 latest_daily_jam) : NULL; in gst_timecodestamper_update_timecode_framerate() 1183 timecodestamper->set_internal_tc->config.latest_daily_jam, tc_flags, in gst_timecodestamper_transform_ip()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccconverter.c | 588 tc->config.latest_daily_jam, flags, tc->hours, tc->minutes, in interpolate_time_code_with_framerate()
|