Home
last modified time | relevance | path

Searched refs:GstVideoCaptionMeta (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-anc.h392 } GstVideoCaptionMeta; typedef
414 ((GstVideoCaptionMeta*)gst_buffer_get_meta((b),GST_VIDEO_CAPTION_META_API_TYPE))
417 GstVideoCaptionMeta *gst_buffer_add_video_caption_meta (GstBuffer * buffer,
Dvideo-anc.c940 GstVideoCaptionMeta *dmeta, *smeta; in gst_video_caption_meta_transform()
943 smeta = (GstVideoCaptionMeta *) meta; in gst_video_caption_meta_transform()
959 GstVideoCaptionMeta *emeta = (GstVideoCaptionMeta *) meta; in gst_video_caption_meta_init()
971 GstVideoCaptionMeta *emeta = (GstVideoCaptionMeta *) meta; in gst_video_caption_meta_free()
984 sizeof (GstVideoCaptionMeta), in gst_video_caption_meta_get_info()
1007 GstVideoCaptionMeta *
1011 GstVideoCaptionMeta *meta; in gst_buffer_add_video_caption_meta()
1029 meta = (GstVideoCaptionMeta *) gst_buffer_add_meta (buffer, in gst_buffer_add_video_caption_meta()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dline21.c34 GstVideoCaptionMeta *out_cc_meta; in GST_START_TEST()
96 GstVideoCaptionMeta *out_cc_meta; in GST_START_TEST()
Dcccombiner.c104 GstVideoCaptionMeta *meta; in GST_START_TEST()
Dmpegvideoparse.c258 GstVideoCaptionMeta *caption_meta; in GST_START_TEST()
Dh264parse.c1197 GstVideoCaptionMeta *cc; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccextractor.c344 GstVideoCaptionMeta * meta, GstVideoTimeCodeMeta * tc_meta) in gst_cc_extractor_handle_meta()
426 GstVideoCaptionMeta *cc_meta; in gst_cc_extractor_chain()
434 (GstVideoCaptionMeta *) gst_buffer_iterate_meta_filtered (buf, &iter, in gst_cc_extractor_chain()
Dgstline21enc.c434 GstVideoCaptionMeta *cc_meta; in gst_line_21_encoder_transform_ip()
452 while ((cc_meta = (GstVideoCaptionMeta *) in gst_line_21_encoder_transform_ip()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.h58 GstVideoCaptionMeta *caption;
Dgstdeinterlace.c1201 GstVideoCaptionMeta *cc_meta = gst_buffer_get_video_caption_meta (buffer); in gst_deinterlace_push_history()
1220 self->field_history[0].caption = g_new (GstVideoCaptionMeta, 1); in gst_deinterlace_push_history()
1226 self->field_history[1].caption = g_new (GstVideoCaptionMeta, 1); in gst_deinterlace_push_history()
1235 GstVideoCaptionMeta *cc_meta = gst_buffer_get_video_caption_meta (buffer); in gst_deinterlace_push_history()
1247 self->field_history[0].caption = g_new (GstVideoCaptionMeta, 1); in gst_deinterlace_push_history()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh264enc.c157 GstVideoCaptionMeta *cc_meta; in gst_msdkh264enc_add_cc()
166 (GstVideoCaptionMeta *) gst_buffer_iterate_meta_filtered (in_buf, in gst_msdkh264enc_add_cc()
Dgstmsdkh265enc.c176 GstVideoCaptionMeta *cc_meta; in gst_msdkh265enc_add_cc()
185 (GstVideoCaptionMeta *) gst_buffer_iterate_meta_filtered (in_buf, in gst_msdkh265enc_add_cc()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavvidenc.c535 GstVideoCaptionMeta *cc_meta; in gst_ffmpegvidenc_add_cc()
539 (GstVideoCaptionMeta *) gst_buffer_iterate_meta_filtered (buffer, in gst_ffmpegvidenc_add_cc()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp934 GstVideoCaptionMeta *cc_meta; in write_vbi()
949 (GstVideoCaptionMeta *) gst_buffer_iterate_meta_filtered (buffer, in write_vbi()
/third_party/gstreamer/gst_libav/
DChangeLog1783 avvidec: Expose Closed Caption as GstVideoCaptionMeta
/third_party/gstreamer/gstplugins_bad/
DChangeLog48127 Allows extracting GstVideoCaptionMeta from a stream and outputs
48998 outgoing buffer as GstVideoCaptionMeta.
/third_party/gstreamer/gstplugins_base/
DChangeLog20194 * A new GstMeta for Closed Caption : GstVideoCaptionMeta. This