Home
last modified time | relevance | path

Searched refs:GstVideoTimeCodeMeta (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideometa.h386 } GstVideoTimeCodeMeta; typedef
397 ((GstVideoTimeCodeMeta*)gst_buffer_get_meta((b),GST_VIDEO_TIME_CODE_META_API_TYPE))
400 GstVideoTimeCodeMeta *gst_buffer_add_video_time_code_meta (GstBuffer * buffer,
404 GstVideoTimeCodeMeta *
Dgstvideometa.c1083 GstVideoTimeCodeMeta *dmeta, *smeta; in gst_video_time_code_meta_transform()
1086 smeta = (GstVideoTimeCodeMeta *) meta; in gst_video_time_code_meta_transform()
1107 GstVideoTimeCodeMeta *emeta = (GstVideoTimeCodeMeta *) meta; in gst_video_time_code_meta_init()
1117 GstVideoTimeCodeMeta *emeta = (GstVideoTimeCodeMeta *) meta; in gst_video_time_code_meta_free()
1131 sizeof (GstVideoTimeCodeMeta), in gst_video_time_code_meta_get_info()
1153 GstVideoTimeCodeMeta *
1186 GstVideoTimeCodeMeta *
1191 GstVideoTimeCodeMeta *meta; in gst_buffer_add_video_time_code_meta_full()
1195 meta = (GstVideoTimeCodeMeta *) gst_buffer_add_meta (buffer, in gst_buffer_add_video_time_code_meta_full()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcudafilter.c35 GstVideoTimeCodeMeta *meta = NULL; in test_buffer_meta_common()
Dccextractor.c90 GstVideoTimeCodeMeta *tc_meta; in GST_START_TEST()
Dccconverter.c270 GstVideoTimeCodeMeta *out_tc_meta; in check_conversion_multiple()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccextractor.c344 GstVideoCaptionMeta * meta, GstVideoTimeCodeMeta * tc_meta) in gst_cc_extractor_handle_meta()
427 GstVideoTimeCodeMeta *tc_meta; in gst_cc_extractor_chain()
Dgstccconverter.c1578 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea608_raw_cea708_cdp()
1726 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea608_s334_1a_cea708_cdp()
1893 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cc_data_cea708_cdp()
1962 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cdp_cea608_raw()
2002 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cdp_cea608_s334_1a()
2056 GstBuffer * outbuf, const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cdp_cea708_cc_data()
2152 GstVideoTimeCodeMeta *tc_meta = NULL; in gst_cc_converter_transform()
Dgstcccombiner.c739 GstVideoTimeCodeMeta *tc_meta; in gst_cc_combiner_collect_captions()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttimeoverlay.c137 GstVideoTimeCodeMeta *tc_meta = in gst_time_overlay_get_text()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp817 const GstVideoTimeCodeMeta * tc_meta) in convert_cea708_cc_data_cea708_cdp_internal()
930 GstVideoTimeCodeMeta * tc_meta) in write_vbi()
1225 GstVideoTimeCodeMeta *tc_meta; in gst_decklink_video_sink_prepare()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c1200 GstVideoTimeCodeMeta *meta = gst_buffer_get_video_time_code_meta (buffer); in gst_deinterlace_push_history()
1234 GstVideoTimeCodeMeta *meta = gst_buffer_get_video_time_code_meta (buffer); in gst_deinterlace_push_history()
1859 GstVideoTimeCodeMeta *meta = gst_buffer_get_video_time_code_meta (outbuf); in gst_deinterlace_output_frame()
2034 GstVideoTimeCodeMeta *meta = gst_buffer_get_video_time_code_meta (outbuf); in gst_deinterlace_output_frame()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgstavwait.c848 GstVideoTimeCodeMeta *tc_meta; in gst_avwait_vsink_chain()
Dgsttimecodestamper.c1103 GstVideoTimeCodeMeta *tc_meta; in gst_timecodestamper_transform_ip()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c2948 GstVideoTimeCodeMeta *tc_meta; in gst_h264_parse_create_pic_timing_sei()
3007 (GstVideoTimeCodeMeta *) gst_buffer_iterate_meta_filtered (buffer, in gst_h264_parse_create_pic_timing_sei()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c3027 GstVideoTimeCodeMeta *tc_meta; in gst_qt_mux_prefill_samples()
5009 GstVideoTimeCodeMeta *tc_meta; in gst_qt_mux_check_and_update_timecode()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c3017 GstVideoTimeCodeMeta *tc_meta = gst_buffer_get_video_time_code_meta (buf); in handle_mq_input()
/third_party/gstreamer/gstplugins_bad/
DChangeLog41244 frames. As GstVideoTimeCodeMeta always deals with frames, we want
41254 This transforms time code SEIs into GstVideoTimeCodeMeta
41263 GstVideoTimeCodeMeta
/third_party/gstreamer/gstplugins_base/
DChangeLog48594 It attaches a GstVideoTimeCodeMeta (SMPTE timecode) as metadata to a buffer.