Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c33 tc2 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
34 tc1 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
46 tc1 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
47 tc2 = gst_video_time_code_new (25, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
60 tc1 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
61 tc2 = gst_video_time_code_new (50, 2, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
74 tc1 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
75 tc2 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 9, 0); in GST_START_TEST()
88 tc1 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST()
89 tc2 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 9, 10, 0); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davwait.c180 tc = gst_video_time_code_new (40, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in push_vbuffers()
381 gst_video_time_code_new (40, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
384 gst_video_time_code_new (40, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
402 gst_video_time_code_new (40, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
405 gst_video_time_code_new (40, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
423 gst_video_time_code_new (40, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
439 gst_video_time_code_new (40, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
Dccextractor.c104 tc = gst_video_time_code_new (30, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
149 tc = gst_video_time_code_new (30, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, 0, in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c610 gst_video_time_code_new (guint fps_n, guint fps_d, GDateTime * latest_daily_jam, in gst_video_time_code_new() function
700 tc = gst_video_time_code_new (0, 1, NULL, GST_VIDEO_TIME_CODE_FLAGS_NONE, in gst_video_time_code_new_from_string()
709 tc = gst_video_time_code_new (0, 1, NULL, in gst_video_time_code_new_from_string()
858 return gst_video_time_code_new (tc->config.fps_n, tc->config.fps_d, in gst_video_time_code_copy()
913 ret = gst_video_time_code_new (tc->config.fps_n, tc->config.fps_d, in gst_video_time_code_add_interval()
Dgstvideotimecode.h131 GstVideoTimeCode * gst_video_time_code_new (guint fps_n,
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c1181 gst_video_time_code_new (timecodestamper->fps_n, in gst_timecodestamper_transform_ip()
1191 gst_video_time_code_new (timecodestamper->fps_n, in gst_timecodestamper_transform_ip()
1529 tc = gst_video_time_code_new (timecodestamper->fps_n, in gst_timecodestamper_transform_ip()
1541 tc = gst_video_time_code_new (timecodestamper->fps_n, in gst_timecodestamper_transform_ip()
1552 tc = gst_video_time_code_new (timecodestamper->fps_n, in gst_timecodestamper_transform_ip()
Dgstavwait.c503 self->tc = gst_video_time_code_new (0, 1, NULL, 0, hours, minutes, in gst_avwait_set_property()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.cpp929 gst_video_time_code_new (bmode->fps_n, bmode->fps_d, NULL, flags, in gst_decklink_video_src_got_frame()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1439 gst_video_time_code_new (cur_tc->config.fps_n, cur_tc->config.fps_d, in calculate_next_max_timecode()