/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 160 filter->caption_type = GST_VIDEO_CAPTION_TYPE_UNKNOWN; in gst_cc_extractor_reset() 294 create_caps_from_caption_type (GstVideoCaptionType caption_type, in create_caps_from_caption_type() argument 297 GstCaps *caption_caps = gst_video_caption_type_to_caps (caption_type); in create_caps_from_caption_type() 313 create_caps_from_caption_type (filter->caption_type, in forward_sticky_events() 362 filter->caption_type = meta->caption_type; in gst_cc_extractor_handle_meta() 374 } else if (meta->caption_type != filter->caption_type) { in gst_cc_extractor_handle_meta() 376 create_caps_from_caption_type (meta->caption_type, &filter->video_info); in gst_cc_extractor_handle_meta() 379 filter->caption_type, meta->caption_type); in gst_cc_extractor_handle_meta() 388 filter->caption_type = meta->caption_type; in gst_cc_extractor_handle_meta()
|
D | gstcccombiner.c | 71 GstVideoCaptionType caption_type; member 331 switch (self->caption_type) { in make_padding() 661 switch (self->caption_type) { in schedule_caption() 690 caption_data.caption_type = self->caption_type; in dequeue_caption_one_field() 693 caption_data.caption_type = self->caption_type; in dequeue_caption_one_field() 726 caption_data.caption_type = self->caption_type; in dequeue_caption_both_fields() 866 caption_data.caption_type = self->caption_type; in gst_cc_combiner_collect_captions() 883 switch (self->caption_type) { in gst_cc_combiner_collect_captions() 955 gst_buffer_add_video_caption_meta (video_buf, caption_data->caption_type, in gst_cc_combiner_collect_captions() 1130 GstVideoCaptionType caption_type = in gst_cc_combiner_sink_event() local [all …]
|
D | gstccextractor.h | 48 GstVideoCaptionType caption_type; member
|
D | gstcccombiner.h | 64 GstVideoCaptionType caption_type; member
|
D | gstline21enc.c | 458 if (cc_meta->caption_type == GST_VIDEO_CAPTION_TYPE_CEA708_CDP) { in gst_line_21_encoder_transform_ip() 486 } else if (cc_meta->caption_type == GST_VIDEO_CAPTION_TYPE_CEA608_S334_1A) { in gst_line_21_encoder_transform_ip()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-anc.h | 389 GstVideoCaptionType caption_type; member 418 GstVideoCaptionType caption_type,
|
D | video-anc.c | 947 gst_buffer_add_video_caption_meta (dest, smeta->caption_type, in gst_video_caption_meta_transform() 961 emeta->caption_type = GST_VIDEO_CAPTION_TYPE_UNKNOWN; in gst_video_caption_meta_init() 1009 GstVideoCaptionType caption_type, const guint8 * data, gsize size) in gst_buffer_add_video_caption_meta() argument 1017 switch (caption_type) { in gst_buffer_add_video_caption_meta() 1033 meta->caption_type = caption_type; in gst_buffer_add_video_caption_meta()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | cccombiner.c | 159 fail_unless_equals_int (meta->caption_type, in GST_START_TEST() 175 fail_unless_equals_int (meta->caption_type, in GST_START_TEST()
|
D | mpegvideoparse.c | 264 fail_unless_equals_int (caption_meta->caption_type, in GST_START_TEST()
|
D | h264parse.c | 1234 fail_unless_equals_int (cc->caption_type, GST_VIDEO_CAPTION_TYPE_CEA708_RAW); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 1222 self->field_history[0].caption->caption_type = cc_meta->caption_type; in gst_deinterlace_push_history() 1228 self->field_history[1].caption->caption_type = cc_meta->caption_type; in gst_deinterlace_push_history() 1249 self->field_history[0].caption->caption_type = cc_meta->caption_type; in gst_deinterlace_push_history() 1847 self->field_history[index].caption->caption_type, in gst_deinterlace_output_frame() 2022 self->field_history[index].caption->caption_type, in gst_deinterlace_output_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh264enc.c | 172 if (cc_meta->caption_type != GST_VIDEO_CAPTION_TYPE_CEA708_RAW) in gst_msdkh264enc_add_cc()
|
D | gstmsdkh265enc.c | 191 if (cc_meta->caption_type != GST_VIDEO_CAPTION_TYPE_CEA708_RAW) in gst_msdkh265enc_add_cc()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkvideosink.cpp | 951 switch (cc_meta->caption_type) { in write_vbi() 1032 cc_meta->caption_type); in write_vbi()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 1088 guint32 trak_timescale, guint32 caption_type);
|
D | atoms.c | 4273 guint32 trak_timescale, guint32 caption_type) in atom_trak_set_caption_type() argument 4290 atom_sample_entry_init (ste, caption_type); in atom_trak_set_caption_type()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavvidenc.c | 543 if (cc_meta->caption_type != GST_VIDEO_CAPTION_TYPE_CEA708_RAW) in gst_ffmpegvidenc_add_cc()
|