Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c153 get_encoding (const gchar * text, guint * start_text, gboolean * is_multibyte) in get_encoding() argument
159 *start_text = 0; in get_encoding()
169 *start_text = 1; in get_encoding()
192 *start_text = 3; in get_encoding()
197 *start_text = 1; in get_encoding()
203 *start_text = 1; in get_encoding()
208 *start_text = 1; in get_encoding()
212 *start_text = 1; in get_encoding()
218 *start_text = 1; in get_encoding()
241 encoding, firstbyte, *start_text, *is_multibyte); in get_encoding()
[all …]
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9826 static void start_text(upb_json_parser *p, const char *ptr) { in start_text() function
11901 { start_text(parser, p); } in parse()