Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccextractor.c160 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()
Dgstcccombiner.c71 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 …]
Dgstccextractor.h48 GstVideoCaptionType caption_type; member
Dgstcccombiner.h64 GstVideoCaptionType caption_type; member
Dgstline21enc.c458 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/
Dvideo-anc.h389 GstVideoCaptionType caption_type; member
418 GstVideoCaptionType caption_type,
Dvideo-anc.c947 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/
Dcccombiner.c159 fail_unless_equals_int (meta->caption_type, in GST_START_TEST()
175 fail_unless_equals_int (meta->caption_type, in GST_START_TEST()
Dmpegvideoparse.c264 fail_unless_equals_int (caption_meta->caption_type, in GST_START_TEST()
Dh264parse.c1234 fail_unless_equals_int (cc->caption_type, GST_VIDEO_CAPTION_TYPE_CEA708_RAW); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c1222 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/
Dgstmsdkh264enc.c172 if (cc_meta->caption_type != GST_VIDEO_CAPTION_TYPE_CEA708_RAW) in gst_msdkh264enc_add_cc()
Dgstmsdkh265enc.c191 if (cc_meta->caption_type != GST_VIDEO_CAPTION_TYPE_CEA708_RAW) in gst_msdkh265enc_add_cc()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp951 switch (cc_meta->caption_type) { in write_vbi()
1032 cc_meta->caption_type); in write_vbi()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h1088 guint32 trak_timescale, guint32 caption_type);
Datoms.c4273 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/
Dgstavvidenc.c543 if (cc_meta->caption_type != GST_VIDEO_CAPTION_TYPE_CEA708_RAW) in gst_ffmpegvidenc_add_cc()