Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c336 guint ff_nom; in gst_video_time_code_frames_since_daily_jam() local
343 ff_nom = tc->config.fps_n / 1000; in gst_video_time_code_frames_since_daily_jam()
345 ff_nom = ff; in gst_video_time_code_frames_since_daily_jam()
365 return tc->frames + (ff_nom * tc->seconds) + in gst_video_time_code_frames_since_daily_jam()
370 return tc->frames + (ff_nom * (tc->seconds + (60 * (tc->minutes + in gst_video_time_code_frames_since_daily_jam()
407 guint ff_nom; in gst_video_time_code_add_frames() local
418 ff_nom = tc->config.fps_n / 1000; in gst_video_time_code_add_frames()
420 ff_nom = ff; in gst_video_time_code_add_frames()
445 frames + tc->frames + (ff_nom * tc->seconds) + in gst_video_time_code_add_frames()
451 min_new_denom = sixty * ff_nom; in gst_video_time_code_add_frames()
[all …]