Home
last modified time | relevance | path

Searched refs:frames_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
467 frames_new = in gst_video_time_code_add_frames()
483 frames_new = in gst_video_time_code_add_frames()
486 if (frames_new > ff_nom) in gst_video_time_code_add_frames()
487 frames_new = 0; in gst_video_time_code_add_frames()
495 g_assert (frames_new < ff_nom); in gst_video_time_code_add_frames()
500 tc->frames = frames_new; in gst_video_time_code_add_frames()