Home
last modified time | relevance | path

Searched refs:g_ascii_dtostr (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstapev2mux.cc316 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/
Dscannerapi.c96 g_ascii_dtostr (buf, 2, (gdouble)i), in test_scanner_symbols()
Dstrfuncs.c1603 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/
Dcr-num.c122 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/
Dgstm3u8playlist.c182 g_ascii_dtostr (buf, sizeof (buf), entry->duration / GST_SECOND), in gst_m3u8_playlist_render()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h159 gchar * g_ascii_dtostr (gchar *buffer,
Dgstrfuncs.c527 g_ascii_dtostr (gchar *buffer, in g_ascii_dtostr() function
/third_party/glib/glib/
Dgstrfuncs.h165 gchar * g_ascii_dtostr (gchar *buffer,
Dgkeyfile.c3152 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()
Dgstrfuncs.c918 g_ascii_dtostr (gchar *buffer, in g_ascii_dtostr() function
Dgvariant.c2569 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/
Dgstrtsprange.c322 g_ascii_dtostr (dstrbuf, G_ASCII_DTOSTR_BUF_SIZE, value); in string_append_dtostr()
/third_party/libsoup/libsoup/
Dsoup-xmlrpc-old.c56 g_ascii_dtostr (buf, sizeof (buf), g_value_get_double (value)); in insert_value()
Dsoup-xmlrpc.c145 g_ascii_dtostr (buf, sizeof (buf), g_variant_get_double (value)); in insert_value()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c1715 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/
Dgstxmptag.c447 g_ascii_dtostr (fraction, sizeof (fraction), (num - integer) * 60); in serialize_exif_gps_coordinate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.c1107 g_ascii_dtostr (str, G_ASCII_DTOSTR_BUF_SIZE, framerate); in gst_rtp_base_payload_negotiate()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1790 g_ascii_dtostr
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c8222 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/
DNEWS13269 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
/third_party/gstreamer/gstplugins_good/
DChangeLog79930 Use g_ascii_dtostr() and g_ascii_strtod() to serialise/deserialise