/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 472 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/ |
D | slice-color.c | 167 msize = g_ascii_strtod (string, &derr); in parse_memsize()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 146 gdouble g_ascii_strtod (const gchar *nptr,
|
D | gstrfuncs.c | 311 val_2 = g_ascii_strtod (nptr, &fail_pos_2); 358 g_ascii_strtod (const gchar *nptr,
|
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1517 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()
|
D | test-printf.c | 463 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/ |
D | gstapedemux.c | 283 v_double = g_ascii_strtod (val, &endptr); in ape_demux_parse_tags()
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 150 gdouble g_ascii_strtod (const gchar *nptr,
|
D | gstrfuncs.c | 682 val_2 = g_ascii_strtod (nptr, &fail_pos_2); in g_strtod() 731 g_ascii_strtod (const gchar *nptr, in g_ascii_strtod() function
|
D | gvariant-parser.c | 1883 dbl_val = g_ascii_strtod (token, &end); in number_get_value()
|
D | gkeyfile.c | 4512 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/ |
D | gstv4l2radio.c | 559 dfreq = g_ascii_strtod (freq, &end); in gst_v4l2radio_uri_set_uri()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpjpegdepay.c | 481 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/ |
D | gstrtsprange.c | 71 return g_ascii_strtod (s, NULL); in gst_strtod()
|
/third_party/libsoup/libsoup/ |
D | soup-xmlrpc-old.c | 396 g_value_set_double (value, g_ascii_strtod ((char *)content, NULL)); in parse_value()
|
D | soup-xmlrpc.c | 923 d = g_ascii_strtod (str, &endptr); in parse_double()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/ |
D | test-uvch264.c | 378 drop_probability = g_ascii_strtod (drop, NULL); in set_drop_probability()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 515 m2 = g_ascii_strtod (copy, NULL); in deserialize_exif_gps_coordinate()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 533 fps = g_ascii_strtod (rest, &end); in parse_mdvdsub()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | m3u8.c | 254 ret = g_ascii_strtod (ptr, &end); in double_from_string()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1789 g_ascii_strtod
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 3716 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/ |
D | gstrtspsrc.c | 7247 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/ |
D | gsttypefindfunctions.c | 5980 version = g_ascii_strtod (ver_str, &p); in ssa_type_find()
|
/third_party/glib/ |
D | NEWS | 7543 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]
|