Home
last modified time | relevance | path

Searched refs:tc_meta (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dccextractor.c90 GstVideoTimeCodeMeta *tc_meta; in GST_START_TEST() local
113 tc_meta = gst_buffer_get_video_time_code_meta (outbuf); in GST_START_TEST()
114 fail_unless (tc_meta != NULL); in GST_START_TEST()
115 fail_unless_equals_int (gst_video_time_code_compare (&tc_meta->tc, tc), 0); in GST_START_TEST()
126 tc_meta = gst_buffer_get_video_time_code_meta (outbuf); in GST_START_TEST()
127 fail_unless (tc_meta != NULL); in GST_START_TEST()
128 fail_unless_equals_int (gst_video_time_code_compare (&tc_meta->tc, tc), 0); in GST_START_TEST()
158 tc_meta = gst_buffer_get_video_time_code_meta (outbuf); in GST_START_TEST()
159 fail_unless (tc_meta != NULL); in GST_START_TEST()
160 fail_unless_equals_int (gst_video_time_code_compare (&tc_meta->tc, tc), 0); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp817 const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cc_data_cea708_cdp_internal() argument
852 if (tc_meta) in convert_cea708_cc_data_cea708_cdp_internal()
862 if (tc_meta) { in convert_cea708_cc_data_cea708_cdp_internal()
863 const GstVideoTimeCode *tc = &tc_meta->tc; in convert_cea708_cc_data_cea708_cdp_internal()
930 GstVideoTimeCodeMeta * tc_meta) in write_vbi() argument
1008 cc_meta->size, data, sizeof (data), tc_meta); in write_vbi()
1225 GstVideoTimeCodeMeta *tc_meta; in gst_decklink_video_sink_prepare() local
1299 tc_meta = gst_buffer_get_video_time_code_meta (buffer); in gst_decklink_video_sink_prepare()
1300 if (tc_meta) { in gst_decklink_video_sink_prepare()
1304 if (((GstVideoTimeCodeFlags) (tc_meta->tc. in gst_decklink_video_sink_prepare()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c1578 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea608_raw_cea708_cdp() argument
1623 cea608_1, &cea608_1_len, NULL, 0, tc_meta ? &tc_meta->tc : NULL)) in convert_cea608_raw_cea708_cdp()
1726 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea608_s334_1a_cea708_cdp() argument
1779 tc_meta ? &tc_meta->tc : NULL)) { in convert_cea608_s334_1a_cea708_cdp()
1893 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cc_data_cea708_cdp() argument
1935 tc_meta ? &tc_meta->tc : NULL)) in convert_cea708_cc_data_cea708_cdp()
1962 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cdp_cea608_raw() argument
1991 if (self->current_output_timecode.config.fps_n != 0 && !tc_meta) { in convert_cea708_cdp_cea608_raw()
2002 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cdp_cea608_s334_1a() argument
2041 if (self->current_output_timecode.config.fps_n != 0 && !tc_meta) { in convert_cea708_cdp_cea608_s334_1a()
[all …]
Dgstccextractor.c344 GstVideoCaptionMeta * meta, GstVideoTimeCodeMeta * tc_meta) in gst_cc_extractor_handle_meta() argument
400 if (tc_meta) in gst_cc_extractor_handle_meta()
401 gst_buffer_add_video_time_code_meta (outbuf, &tc_meta->tc); in gst_cc_extractor_handle_meta()
427 GstVideoTimeCodeMeta *tc_meta; in gst_cc_extractor_chain() local
431 tc_meta = gst_buffer_get_video_time_code_meta (buf); in gst_cc_extractor_chain()
437 flow = gst_cc_extractor_handle_meta (filter, buf, cc_meta, tc_meta); in gst_cc_extractor_chain()
Dgstcccombiner.c739 GstVideoTimeCodeMeta *tc_meta; in gst_cc_combiner_collect_captions() local
759 tc_meta = gst_buffer_get_video_time_code_meta (self->current_video_buffer); in gst_cc_combiner_collect_captions()
761 if (tc_meta) { in gst_cc_combiner_collect_captions()
762 tc = &tc_meta->tc; in gst_cc_combiner_collect_captions()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttimeoverlay.c137 GstVideoTimeCodeMeta *tc_meta = in gst_time_overlay_get_text() local
139 if (!tc_meta) { in gst_time_overlay_get_text()
143 time_str = gst_video_time_code_to_string (&tc_meta->tc); in gst_time_overlay_get_text()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c3017 GstVideoTimeCodeMeta *tc_meta = gst_buffer_get_video_time_code_meta (buf); in handle_mq_input() local
3041 if (tc_meta) { in handle_mq_input()
3042 video_time_code_replace (&splitmux->fragment_start_tc, &tc_meta->tc); in handle_mq_input()
3045 calculate_next_max_timecode (splitmux, &tc_meta->tc, in handle_mq_input()
3057 tc_str = gst_video_time_code_to_string (&tc_meta->tc); in handle_mq_input()
3086 if (tc_meta) { in handle_mq_input()
3087 video_time_code_replace (&gop->start_tc, &tc_meta->tc); in handle_mq_input()
3093 tc_str = gst_video_time_code_to_string (&tc_meta->tc); in handle_mq_input()
3113 if (tc_meta) { in handle_mq_input()
3114 video_time_code_replace (&gop->start_tc, &tc_meta->tc); in handle_mq_input()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgstavwait.c848 GstVideoTimeCodeMeta *tc_meta; in gst_avwait_vsink_chain() local
868 tc_meta = gst_buffer_get_video_time_code_meta (inbuf); in gst_avwait_vsink_chain()
869 if (tc_meta) { in gst_avwait_vsink_chain()
870 tc = gst_video_time_code_copy (&tc_meta->tc); in gst_avwait_vsink_chain()
Dgsttimecodestamper.c1103 GstVideoTimeCodeMeta *tc_meta; in gst_timecodestamper_transform_ip() local
1156 tc_meta = gst_buffer_get_video_time_code_meta (buffer); in gst_timecodestamper_transform_ip()
1219 if (tc_meta && (!timecodestamper->last_tc || timecodestamper->tc_auto_resync)) { in gst_timecodestamper_transform_ip()
1224 timecodestamper->last_tc = gst_video_time_code_copy (&tc_meta->tc); in gst_timecodestamper_transform_ip()
1566 if (!tc_meta && tc) { in gst_timecodestamper_transform_ip()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c3027 GstVideoTimeCodeMeta *tc_meta; in gst_qt_mux_prefill_samples() local
3029 if (buffer && (tc_meta = gst_buffer_get_video_time_code_meta (buffer)) in gst_qt_mux_prefill_samples()
3031 GstVideoTimeCode *tc = &tc_meta->tc; in gst_qt_mux_prefill_samples()
5009 GstVideoTimeCodeMeta *tc_meta; in gst_qt_mux_check_and_update_timecode() local
5026 tc_meta = gst_buffer_get_video_time_code_meta (buf); in gst_qt_mux_check_and_update_timecode()
5027 if (!tc_meta) in gst_qt_mux_check_and_update_timecode()
5030 tc = &tc_meta->tc; in gst_qt_mux_check_and_update_timecode()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c2948 GstVideoTimeCodeMeta *tc_meta; in gst_h264_parse_create_pic_timing_sei() local
3006 while ((tc_meta = in gst_h264_parse_create_pic_timing_sei()
3010 GstVideoTimeCode *tc = &tc_meta->tc; in gst_h264_parse_create_pic_timing_sei()