Home
last modified time | relevance | path

Searched refs:g_ascii_strtod (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c472 style_set->font_size = g_ascii_strtod (attr, NULL) / 100.0; in ttml_update_style_set()
480 style_set->line_height = g_ascii_strtod (attr, NULL) / 100.0; in ttml_update_style_set()
553 style_set->line_padding = g_ascii_strtod (attr, NULL); in ttml_update_style_set()
559 style_set->origin_x = g_ascii_strtod (attr, &c) / 100.0; in ttml_update_style_set()
562 style_set->origin_y = g_ascii_strtod (c, NULL) / 100.0; in ttml_update_style_set()
567 style_set->extent_w = g_ascii_strtod (attr, &c) / 100.0; in ttml_update_style_set()
573 style_set->extent_h = g_ascii_strtod (c, NULL) / 100.0; in ttml_update_style_set()
602 g_ascii_strtod (decimals[0], NULL) / 100.0; in ttml_update_style_set()
607 g_ascii_strtod (decimals[0], NULL) / 100.0; in ttml_update_style_set()
609 g_ascii_strtod (decimals[1], NULL) / 100.0; in ttml_update_style_set()
[all …]
/third_party/glib/tests/
Dslice-color.c167 msize = g_ascii_strtod (string, &derr); in parse_memsize()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h146 gdouble g_ascii_strtod (const gchar *nptr,
Dgstrfuncs.c311 val_2 = g_ascii_strtod (nptr, &fail_pos_2);
358 g_ascii_strtod (const gchar *nptr,
/third_party/glib/glib/tests/
Dstrfuncs.c1517 d = g_ascii_strtod (number, &end); in check_strtod_string()
1567 d = g_ascii_strtod (NULL, NULL); in test_ascii_strtod()
1603 g_assert_true (d == g_ascii_strtod (g_ascii_dtostr (buffer, sizeof (buffer), d), NULL)); in test_ascii_strtod()
1606 g_assert_true (d == g_ascii_strtod (g_ascii_dtostr (buffer, sizeof (buffer), d), NULL)); in test_ascii_strtod()
1610 g_assert_true (d == g_ascii_strtod (g_ascii_dtostr (buffer, sizeof (buffer), d), NULL)); in test_ascii_strtod()
1613 g_assert_true (d == g_ascii_strtod (g_ascii_dtostr (buffer, sizeof (buffer), d), NULL)); in test_ascii_strtod()
Dtest-printf.c463 actual_value = g_ascii_strtod (actual, NULL); in same_value()
464 expected_value = g_ascii_strtod (expected, NULL); in same_value()
/third_party/gstreamer/gstplugins_good/gst/apetag/
Dgstapedemux.c283 v_double = g_ascii_strtod (val, &endptr); in ape_demux_parse_tags()
/third_party/glib/glib/
Dgstrfuncs.h150 gdouble g_ascii_strtod (const gchar *nptr,
Dgstrfuncs.c682 val_2 = g_ascii_strtod (nptr, &fail_pos_2); in g_strtod()
731 g_ascii_strtod (const gchar *nptr, in g_ascii_strtod() function
Dgvariant-parser.c1883 dbl_val = g_ascii_strtod (token, &end); in number_get_value()
Dgkeyfile.c4512 double_value = g_ascii_strtod (value, &end_of_valid_d); in g_key_file_parse_value_as_double()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2radio.c559 dfreq = g_ascii_strtod (freq, &end); in gst_v4l2radio_uri_set_uri()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpjpegdepay.c481 g_value_set_double (&src, g_ascii_strtod (s, NULL)); in gst_rtp_jpeg_depay_setcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsprange.c71 return g_ascii_strtod (s, NULL); in gst_strtod()
/third_party/libsoup/libsoup/
Dsoup-xmlrpc-old.c396 g_value_set_double (value, g_ascii_strtod ((char *)content, NULL)); in parse_value()
Dsoup-xmlrpc.c923 d = g_ascii_strtod (str, &endptr); in parse_double()
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/
Dtest-uvch264.c378 drop_probability = g_ascii_strtod (drop, NULL); in set_drop_probability()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstxmptag.c515 m2 = g_ascii_strtod (copy, NULL); in deserialize_exif_gps_coordinate()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c533 fps = g_ascii_strtod (rest, &end); in parse_mdvdsub()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c254 ret = g_ascii_strtod (ptr, &end); in double_from_string()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1789 g_ascii_strtod
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c3716 x = g_ascii_strtod (s, &end); in gst_value_deserialize_double()
3766 x = g_ascii_strtod (s, &end); in gst_value_deserialize_float()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c7247 src->seekable = g_ascii_strtod (random_seekable_val[1], NULL); in gst_rtsp_src_setup_stream_from_response()
8480 return g_ascii_strtod (s, NULL); in gst_rtspsrc_get_float()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c5980 version = g_ascii_strtod (ver_str, &p); in ssa_type_find()
/third_party/glib/
DNEWS7543 652560 Test for g_ascii_strtod is failing
7704 in functions like g_ascii_strtod()
7724 640293 Use xlocale functions to implement g_ascii_strtod()
10951 406120 g_ascii_strtod
12961 * Fix bug with g_ascii_strtod and multi-byte separator.
13269 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]

12