/third_party/ffmpeg/tests/ref/fate/ |
D | filter-metadata-readvitc-thr | 1 pkt_pts=0|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:20 2 pkt_pts=1|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:21 3 pkt_pts=2|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:22 4 pkt_pts=3|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:23 5 pkt_pts=4|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:24
|
D | filter-metadata-readvitc-def | 2 pkt_pts=1|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:21 3 pkt_pts=2|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:22 4 pkt_pts=3|tag:lavfi.readvitc.found=1|tag:lavfi.readvitc.tc_str=05:01:02:23
|
/third_party/gstreamer/gstplugins_bad/gst/timecode/ |
D | gsttimecodestamper.c | 1173 gchar *tc_str; in gst_timecodestamper_transform_ip() local 1203 tc_str = gst_video_time_code_to_string (timecodestamper->internal_tc); in gst_timecodestamper_transform_ip() 1205 tc_str); in gst_timecodestamper_transform_ip() 1206 g_free (tc_str); in gst_timecodestamper_transform_ip() 1208 gchar *tc_str; in gst_timecodestamper_transform_ip() local 1211 tc_str = gst_video_time_code_to_string (timecodestamper->internal_tc); in gst_timecodestamper_transform_ip() 1213 tc_str); in gst_timecodestamper_transform_ip() 1214 g_free (tc_str); in gst_timecodestamper_transform_ip() 1220 gchar *tc_str; in gst_timecodestamper_transform_ip() local 1227 tc_str = gst_video_time_code_to_string (timecodestamper->last_tc); in gst_timecodestamper_transform_ip() [all …]
|
D | gstavwait.c | 484 const gchar *tc_str; in gst_avwait_set_property() local 487 tc_str = g_value_get_string (value); in gst_avwait_set_property() 488 parts = g_strsplit (tc_str, ":", 4); in gst_avwait_set_property() 492 tc_str); in gst_avwait_set_property() 896 gchar *tc_str, *end_tc; in gst_avwait_vsink_chain() local 898 tc_str = gst_video_time_code_to_string (self->tc); in gst_avwait_vsink_chain() 902 end_tc, tc_str)); in gst_avwait_vsink_chain() 904 g_free (tc_str); in gst_avwait_vsink_chain()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideotimecode.c | 32 const gchar * tc_str); 179 gchar *tc_str = gst_video_time_code_to_string (tc); in gst_video_time_code_to_date_time() local 182 tc_str); in gst_video_time_code_to_date_time() 183 g_free (tc_str); in gst_video_time_code_to_date_time() 642 const gchar *tc_str = g_value_get_string (str_val); in gst_video_time_code_gvalue_from_string() local 645 tc = gst_video_time_code_new_from_string (tc_str); in gst_video_time_code_gvalue_from_string() 653 gchar *tc_str; in gst_video_time_code_gvalue_to_string() local 655 tc_str = gst_video_time_code_to_string (tc); in gst_video_time_code_gvalue_to_string() 656 g_value_take_string (str_val, tc_str); in gst_video_time_code_gvalue_to_string() 667 gst_video_time_code_deserialize (GValue * dest, const gchar * tc_str) in gst_video_time_code_deserialize() argument [all …]
|
D | gstvideotimecode.h | 145 GstVideoTimeCode * gst_video_time_code_new_from_string (const gchar * tc_str);
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkvideosink.cpp | 1302 gchar *tc_str; in gst_decklink_video_sink_prepare() local 1312 tc_str = gst_video_time_code_to_string (&tc_meta->tc); in gst_decklink_video_sink_prepare() 1319 "Failed to set timecode %s to video frame: 0x%08lx", tc_str, in gst_decklink_video_sink_prepare() 1322 g_free (tc_str); in gst_decklink_video_sink_prepare() 1325 GST_DEBUG_OBJECT (self, "Set frame timecode to %s", tc_str); in gst_decklink_video_sink_prepare() 1326 g_free (tc_str); in gst_decklink_video_sink_prepare()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 3055 gchar *tc_str; in handle_mq_input() local 3057 tc_str = gst_video_time_code_to_string (&tc_meta->tc); in handle_mq_input() 3060 GST_TIME_FORMAT, tc_str, in handle_mq_input() 3062 g_free (tc_str); in handle_mq_input() 3091 gchar *tc_str; in handle_mq_input() local 3093 tc_str = gst_video_time_code_to_string (&tc_meta->tc); in handle_mq_input() 3094 GST_DEBUG_OBJECT (splitmux, "Next GOP start timecode %s", tc_str); in handle_mq_input() 3095 g_free (tc_str); in handle_mq_input() 3118 gchar *tc_str; in handle_mq_input() local 3120 tc_str = gst_video_time_code_to_string (&tc_meta->tc); in handle_mq_input() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccconverter.c | 539 gchar *tc_str; in interpolate_time_code_with_framerate() local 558 tc_str = gst_video_time_code_to_string (tc); in interpolate_time_code_with_framerate() 560 "to frame %d/%d", tc_str, scale_n, scale_d, output_n, output_d); in interpolate_time_code_with_framerate() 561 g_free (tc_str); in interpolate_time_code_with_framerate() 594 tc_str = gst_video_time_code_to_string (out); in interpolate_time_code_with_framerate() 595 GST_TRACE_OBJECT (self, "interpolated to %s", tc_str); in interpolate_time_code_with_framerate() 596 g_free (tc_str); in interpolate_time_code_with_framerate()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 5037 gchar *tc_str = gst_video_time_code_to_string (tc); in gst_qt_mux_check_and_update_timecode() local 5038 GST_DEBUG_OBJECT (qtmux, "Found first timecode %s", tc_str); in gst_qt_mux_check_and_update_timecode() 5039 g_free (tc_str); in gst_qt_mux_check_and_update_timecode()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 16861 The filter adds frame metadata key @code{lavfi.readvitc.tc_str} with the 16889 …eadvitc,drawtext=fontfile=FreeMono.ttf:text=%@{metadata\\:lavfi.readvitc.tc_str\\:--\\\\\\:--\\\\\…
|