/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videotimecode.c | 33 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/ |
D | avwait.c | 180 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()
|
D | ccextractor.c | 104 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/ |
D | gstvideotimecode.c | 610 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()
|
D | gstvideotimecode.h | 131 GstVideoTimeCode * gst_video_time_code_new (guint fps_n,
|
/third_party/gstreamer/gstplugins_bad/gst/timecode/ |
D | gsttimecodestamper.c | 1181 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()
|
D | gstavwait.c | 503 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/ |
D | gstdecklinkvideosrc.cpp | 929 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/ |
D | gstsplitmuxsink.c | 1439 gst_video_time_code_new (cur_tc->config.fps_n, cur_tc->config.fps_d, in calculate_next_max_timecode()
|