/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | gstapev2mux.cc | 316 track_gain = g_ascii_dtostr (track_gain, G_ASCII_DTOSTR_BUF_SIZE, value); in add_one_tag() 330 track_peak = g_ascii_dtostr (track_peak, G_ASCII_DTOSTR_BUF_SIZE, value); in add_one_tag() 344 album_gain = g_ascii_dtostr (album_gain, G_ASCII_DTOSTR_BUF_SIZE, value); in add_one_tag() 358 album_peak = g_ascii_dtostr (album_peak, G_ASCII_DTOSTR_BUF_SIZE, value); in add_one_tag()
|
/third_party/glib/glib/tests/ |
D | scannerapi.c | 96 g_ascii_dtostr (buf, 2, (gdouble)i), in test_scanner_symbols()
|
D | strfuncs.c | 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()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-num.c | 122 g_ascii_dtostr ((gchar *) tmp_char1, G_ASCII_DTOSTR_BUF_SIZE, a_this->val); in cr_num_to_string()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gstm3u8playlist.c | 182 g_ascii_dtostr (buf, sizeof (buf), entry->duration / GST_SECOND), in gst_m3u8_playlist_render()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 159 gchar * g_ascii_dtostr (gchar *buffer,
|
D | gstrfuncs.c | 527 g_ascii_dtostr (gchar *buffer, in g_ascii_dtostr() function
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 165 gchar * g_ascii_dtostr (gchar *buffer,
|
D | gkeyfile.c | 3152 g_ascii_dtostr (result, sizeof (result), value); in g_key_file_set_double() 3263 g_ascii_dtostr( result, sizeof (result), list[i] ); in g_key_file_set_double_list()
|
D | gstrfuncs.c | 918 g_ascii_dtostr (gchar *buffer, in g_ascii_dtostr() function
|
D | gvariant.c | 2569 g_ascii_dtostr (buffer, sizeof buffer, g_variant_get_double (value)); in g_variant_print_string()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtsprange.c | 322 g_ascii_dtostr (dstrbuf, G_ASCII_DTOSTR_BUF_SIZE, value); in string_append_dtostr()
|
/third_party/libsoup/libsoup/ |
D | soup-xmlrpc-old.c | 56 g_ascii_dtostr (buf, sizeof (buf), g_value_get_double (value)); in insert_value()
|
D | soup-xmlrpc.c | 145 g_ascii_dtostr (buf, sizeof (buf), g_variant_get_double (value)); in insert_value()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 1715 g_ascii_dtostr (s1, G_ASCII_DTOSTR_BUF_SIZE, in gst_value_transform_double_range_string() 1717 g_ascii_dtostr (s2, G_ASCII_DTOSTR_BUF_SIZE, in gst_value_transform_double_range_string() 1736 g_ascii_dtostr (d1, G_ASCII_DTOSTR_BUF_SIZE, value->data[0].v_double); in gst_value_serialize_double_range() 1737 g_ascii_dtostr (d2, G_ASCII_DTOSTR_BUF_SIZE, value->data[1].v_double); in gst_value_serialize_double_range() 3405 g_ascii_dtostr (d, G_ASCII_DTOSTR_BUF_SIZE, value->data[0].v_double); in gst_value_serialize_double() 3455 g_ascii_dtostr (d, G_ASCII_DTOSTR_BUF_SIZE, value->data[0].v_float); in gst_value_serialize_float()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 447 g_ascii_dtostr (fraction, sizeof (fraction), (num - integer) * 60); in serialize_exif_gps_coordinate()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasepayload.c | 1107 g_ascii_dtostr (str, G_ASCII_DTOSTR_BUF_SIZE, framerate); in gst_rtp_base_payload_negotiate()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1790 g_ascii_dtostr
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 8222 g_ascii_dtostr (val_str, sizeof (val_str), in gen_range_header() 8352 g_ascii_dtostr (hval, sizeof (hval), segment->rate); in gst_rtspsrc_play()
|
/third_party/glib/ |
D | NEWS | 13269 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 79930 Use g_ascii_dtostr() and g_ascii_strtod() to serialise/deserialise
|