Searched refs:GstVideoCaptionMeta (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-anc.h | 392 } 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,
|
D | video-anc.c | 940 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/ |
D | line21.c | 34 GstVideoCaptionMeta *out_cc_meta; in GST_START_TEST() 96 GstVideoCaptionMeta *out_cc_meta; in GST_START_TEST()
|
D | cccombiner.c | 104 GstVideoCaptionMeta *meta; in GST_START_TEST()
|
D | mpegvideoparse.c | 258 GstVideoCaptionMeta *caption_meta; in GST_START_TEST()
|
D | h264parse.c | 1197 GstVideoCaptionMeta *cc; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 344 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()
|
D | gstline21enc.c | 434 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/ |
D | gstdeinterlacemethod.h | 58 GstVideoCaptionMeta *caption;
|
D | gstdeinterlace.c | 1201 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/ |
D | gstmsdkh264enc.c | 157 GstVideoCaptionMeta *cc_meta; in gst_msdkh264enc_add_cc() 166 (GstVideoCaptionMeta *) gst_buffer_iterate_meta_filtered (in_buf, in gst_msdkh264enc_add_cc()
|
D | gstmsdkh265enc.c | 176 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/ |
D | gstavvidenc.c | 535 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/ |
D | gstdecklinkvideosink.cpp | 934 GstVideoCaptionMeta *cc_meta; in write_vbi() 949 (GstVideoCaptionMeta *) gst_buffer_iterate_meta_filtered (buffer, in write_vbi()
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 1783 avvidec: Expose Closed Caption as GstVideoCaptionMeta
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 48127 Allows extracting GstVideoCaptionMeta from a stream and outputs 48998 outgoing buffer as GstVideoCaptionMeta.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 20194 * A new GstMeta for Closed Caption : GstVideoCaptionMeta. This
|