Home
last modified time | relevance | path

Searched refs:text_index (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dsubtitle.c110 guint text_index, gboolean suppress_whitespace) in gst_subtitle_element_new() argument
122 element->text_index = text_index; in gst_subtitle_element_new()
Dsubtitle.h460 guint text_index; member
470 guint text_index, gboolean suppress_whitespace);
Dgstttmlrender.c1507 gst_ttml_render_get_text_from_buffer (buf, ue->element->text_index); in gst_ttml_render_unify_block()
/third_party/python/Lib/idlelib/
Dsidebar.py17 text_index = text.index(index)
18 return int(float(text_index)) if text_index else None
Deditor.py1225 def is_char_in_string(self, text_index): argument
1229 return self.text.tag_prevrange("TODO", text_index) or \
1230 "STRING" in self.text.tag_names(text_index)
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c1738 gint text_index = -1; in gst_play_subtitle_info_update() local
1747 g_object_get (G_OBJECT (self->playbin), "current-text", &text_index, in gst_play_subtitle_info_update()
1749 if (text_index == gst_play_stream_info_get_index (stream_info)) in gst_play_subtitle_info_update()
/third_party/gstreamer/gstplugins_bad/
DChangeLog60532 ttmlparse: Remove redundant text_index field of TtmlElement