Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c552 tc2 = gst_video_time_code_add_interval (tc, tc_diff); in GST_START_TEST()
566 tc2 = gst_video_time_code_add_interval (tc, tc_diff); in GST_START_TEST()
575 tc2 = gst_video_time_code_add_interval (tc, tc_diff); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.h224 GstVideoTimeCode * gst_video_time_code_add_interval (const GstVideoTimeCode * tc, const GstVideoTim…
Dgstvideotimecode.c903 gst_video_time_code_add_interval (const GstVideoTimeCode * tc, in gst_video_time_code_add_interval() function
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1411 target_tc = gst_video_time_code_add_interval (cur_tc, splitmux->tc_interval); in calculate_next_max_timecode()
/third_party/gstreamer/gstplugins_good/
DChangeLog9864 calculated next keyframe via gst_video_time_code_add_interval()