Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c904 const GstVideoTimeCodeInterval * tc_inter) in gst_video_time_code_add_interval() argument
914 tc->config.latest_daily_jam, tc->config.flags, tc_inter->hours, in gst_video_time_code_add_interval()
915 tc_inter->minutes, tc_inter->seconds, tc_inter->frames, 0); in gst_video_time_code_add_interval()
Dgstvideotimecode.h224 …eo_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTimeCodeInterval * tc_inter);