Searched refs:current_text (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/ |
D | playbin-test.c | 45 guint current_text; member 148 data->current_text = (data->current_text + 1) % nb_text; in switch_streams() 151 (gchar *) gst_stream_get_stream_id (texts[data->current_text])); in switch_streams() 152 g_print (" Selecting text channel #%d : %s\n", data->current_text, in switch_streams() 153 gst_stream_get_stream_id (texts[data->current_text])); in switch_streams()
|
D | decodebin3.c | 51 guint current_text; member 154 data->current_text = (data->current_text + 1) % nb_text; in switch_streams() 157 (gchar *) gst_stream_get_stream_id (texts[data->current_text])); in switch_streams() 158 g_print (" Selecting text channel #%d : %s\n", data->current_text, in switch_streams() 159 gst_stream_get_stream_id (texts[data->current_text])); in switch_streams()
|
/third_party/gettext/gnulib-local/lib/ |
D | markup.c | 157 const char *current_text; member 277 context->current_text = NULL; in markup_parse_context_new() 923 context->current_text = text; in markup_parse_context_parse() 925 context->current_text_end = context->current_text + text_len; in markup_parse_context_parse() 926 context->iter = context->current_text; in markup_parse_context_parse()
|
/third_party/glib/glib/ |
D | gmarkup.c | 150 const gchar *current_text; member 252 context->current_text = NULL; in g_markup_parse_context_new() 1155 context->current_text = text; in g_markup_parse_context_parse() 1157 context->current_text_end = context->current_text + text_len; in g_markup_parse_context_parse() 1158 context->iter = context->current_text; in g_markup_parse_context_parse()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin3.c | 463 gint current_text; /* the currently selected stream */ member 1365 playbin->current_text = DEFAULT_CURRENT_TEXT; in gst_play_bin3_init() 1702 &playbin->current_text, stream, &playbin->text_pending_flush_finish); in gst_play_bin3_set_current_text_stream() 2362 (nb_text == playbin->current_text || in do_stream_selection() 2363 (playbin->current_text == -1 && nb_text == 0) || in do_stream_selection() 2692 playbin->current_text = get_current_stream_number (playbin, in combiner_active_pad_changed()
|
D | gstplaybin2.c | 413 gint current_text; /* the currently selected stream */ member 1671 playbin->current_text = DEFAULT_CURRENT_TEXT; in gst_play_bin_init() 2330 playbin->current_text, stream); in gst_play_bin_set_current_text_stream() 2823 g_value_set_int (value, playbin->current_text); in gst_play_bin_get_property() 3356 playbin->current_text = get_current_stream_number (playbin, in combiner_active_pad_changed()
|
/third_party/libpng/ |
D | CHANGES | 1312 Plugged memory leak of png_ptr->current_text (Matt Holgate). 4004 Removed unused "current_text" members of png_struct and the png_free() 4005 of png_ptr->current_text from pngread.c
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 1312 Plugged memory leak of png_ptr->current_text (Matt Holgate). 4004 Removed unused "current_text" members of png_struct and the png_free() 4005 of png_ptr->current_text from pngread.c
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | CHANGES | 1312 Plugged memory leak of png_ptr->current_text (Matt Holgate). 4004 Removed unused "current_text" members of png_struct and the png_free() 4005 of png_ptr->current_text from pngread.c
|