Searched refs:cur_tc (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 249 const GstVideoTimeCode * cur_tc, GstClockTime running_time, 1402 const GstVideoTimeCode * cur_tc, GstClockTime running_time, in calculate_next_max_timecode() argument 1408 if (cur_tc == NULL || splitmux->tc_interval == NULL) in calculate_next_max_timecode() 1411 target_tc = gst_video_time_code_add_interval (cur_tc, splitmux->tc_interval); in calculate_next_max_timecode() 1420 cur_tc_time = gst_video_time_code_nsec_since_daily_jam (cur_tc); in calculate_next_max_timecode() 1428 if ((cur_tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) && in calculate_next_max_timecode() 1429 (cur_tc->config.fps_d == 1001)) { in calculate_next_max_timecode() 1439 gst_video_time_code_new (cur_tc->config.fps_n, cur_tc->config.fps_d, in calculate_next_max_timecode() 1440 NULL, cur_tc->config.flags, 23, 59, 59, in calculate_next_max_timecode() 1441 cur_tc->config.fps_n / cur_tc->config.fps_d, 0); in calculate_next_max_timecode() [all …]
|