Home
last modified time | relevance | path

Searched refs:current_frame_captions (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c101 g_array_unref (self->current_frame_captions); in gst_cc_combiner_finalize()
102 self->current_frame_captions = NULL; in gst_cc_combiner_finalize()
691 g_array_append_val (self->current_frame_captions, caption_data); in dequeue_caption_one_field()
695 g_array_append_val (self->current_frame_captions, caption_data); in dequeue_caption_one_field()
729 g_array_append_val (self->current_frame_captions, caption_data); in dequeue_caption_both_fields()
872 g_array_append_val (self->current_frame_captions, caption_data); in gst_cc_combiner_collect_captions()
881 g_assert (self->current_frame_captions->len == 0); in gst_cc_combiner_collect_captions()
941 self->current_frame_captions->len, self->current_video_buffer); in gst_cc_combiner_collect_captions()
943 if (self->current_frame_captions->len > 0) { in gst_cc_combiner_collect_captions()
949 for (i = 0; i < self->current_frame_captions->len; i++) { in gst_cc_combiner_collect_captions()
[all …]
Dgstcccombiner.h63 GArray *current_frame_captions; member