Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c405 guint64 h_new, min_new, sec_new, frames_new; in gst_video_time_code_add_frames() local
462 sec_new = in gst_video_time_code_add_frames()
468 framecount - (ff_nom * sec_new) - (ff_minutes * min_new) - in gst_video_time_code_add_frames()
480 sec_new = in gst_video_time_code_add_frames()
484 framecount - (ff_nom * (sec_new + sixty * (min_new + in gst_video_time_code_add_frames()
494 g_assert (sec_new < 60); in gst_video_time_code_add_frames()
499 tc->seconds = sec_new; in gst_video_time_code_add_frames()