Searched refs:int64_from_string (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | m3u8.c | 378 int64_from_string (gchar * ptr, gchar ** endptr, gint64 * val) in int64_from_string() function 872 if (int64_from_string (v, &v, &size)) { in gst_m3u8_update() 873 if (*v == '@' && !int64_from_string (v + 1, &v, &offset)) in gst_m3u8_update() 888 if (int64_from_string (v, &v, &size)) { in gst_m3u8_update() 889 if (*v == '@' && !int64_from_string (v + 1, &v, &offset)) { in gst_m3u8_update()
|