Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c404 guint64 h_notmod24; in gst_video_time_code_add_frames() local
449 h_notmod24 = gst_util_uint64_scale_int (framecount, 1, ff_hours); in gst_video_time_code_add_frames()
452 min_new_tmp1 = (framecount - (h_notmod24 * ff_hours)) / min_new_denom; in gst_video_time_code_add_frames()
455 (framecount - (h_notmod24 * ff_hours)) / (sixty * 10 * ff_nom); in gst_video_time_code_add_frames()
457 dropframe_multiplier * min_new_tmp1 + (h_notmod24 * ff_hours); in gst_video_time_code_add_frames()
465 (ff_hours * h_notmod24)) / ff_nom); in gst_video_time_code_add_frames()
470 (ff_hours * h_notmod24); in gst_video_time_code_add_frames()
475 h_notmod24 = in gst_video_time_code_add_frames()
479 (ff_nom * sixty * sixty * h_notmod24)), 1, (ff_nom * sixty)); in gst_video_time_code_add_frames()
482 (sixty * h_notmod24)))), 1, ff_nom); in gst_video_time_code_add_frames()
[all …]