/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpopusdepay.c | 132 channels = g_ascii_strtoull (encoding_params, &endptr, 10); in gst_rtp_opus_depay_setcaps() 141 stream_count = g_ascii_strtoull (num_streams, &endptr, 10); in gst_rtp_opus_depay_setcaps() 151 coupled_count = g_ascii_strtoull (coupled_streams, &endptr, 10); in gst_rtp_opus_depay_setcaps() 173 gint channel = g_ascii_strtoull (*ptr, &endptr, 10); in gst_rtp_opus_depay_setcaps()
|
D | gstrtph263depay.c | 152 width = g_ascii_strtoull (media_attr, &endptr, 10); in gst_rtp_h263_parse_framesize() 164 height = g_ascii_strtoull (dimension, &endptr, 10); in gst_rtp_h263_parse_framesize()
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 154 fragment->number = g_ascii_strtoull (seqnum_str, NULL, 10); in gst_mss_fragment_list_builder_add() 163 fragment->repetitions = g_ascii_strtoull (repetition_str, NULL, 10); in gst_mss_fragment_list_builder_add() 170 fragment->time = g_ascii_strtoull (time_str, NULL, 10); in gst_mss_fragment_list_builder_add() 186 fragment->duration = g_ascii_strtoull (duration_str, NULL, 10); in gst_mss_fragment_list_builder_add() 221 q->bitrate = g_ascii_strtoull (q->bitrate_str, NULL, 10); in gst_mss_stream_quality_new() 394 manifest->dvr_window = g_ascii_strtoull (dvr_window_str, NULL, 10); in gst_mss_manifest_new() 405 g_ascii_strtoull (look_ahead_fragment_count_str, NULL, 10); in gst_mss_manifest_new() 703 (int) g_ascii_strtoull (max_width, NULL, 10), NULL); in _gst_mss_stream_video_caps_from_qualitylevel_xml() 707 (int) g_ascii_strtoull (max_height, NULL, 10), NULL); in _gst_mss_stream_video_caps_from_qualitylevel_xml() 812 atag = g_ascii_strtoull (audiotag, NULL, 10); in _gst_mss_stream_audio_caps_from_qualitylevel_xml() [all …]
|
/third_party/glib/tests/ |
D | slice-test.c | 216 n_threads = g_ascii_strtoull (argv[1], NULL, 10); in main() 258 prime_size = g_ascii_strtoull (argv[3], NULL, 10); in main() 261 seed32 = g_ascii_strtoull (argv[4], NULL, 10); in main()
|
/third_party/libsoup/libsoup/ |
D | soup-message-headers.c | 691 hdrs->content_length = g_ascii_strtoull (value, &end, 10); in content_length_setter() 985 cur.start = g_ascii_strtoull (spec, &end, 10); in soup_message_headers_get_ranges_internal() 989 cur.end = g_ascii_strtoull (end, &end, 10); in soup_message_headers_get_ranges_internal() 1212 *start = g_ascii_strtoull (header, &p, 10); in soup_message_headers_get_content_range() 1215 *end = g_ascii_strtoull (p + 1, &p, 10); in soup_message_headers_get_content_range() 1223 length = g_ascii_strtoull (p, &p, 10); in soup_message_headers_get_content_range()
|
D | soup-websocket-extension-deflate.c | 118 int_value = g_ascii_strtoull (value, &end, 10); in parse_window_bits()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdatetime.c | 933 hour = g_ascii_strtoull (string, (gchar **) & string, 10); in gst_date_time_new_from_iso8601_string() 938 minute = g_ascii_strtoull (string + 1, (gchar **) & string, 10); in gst_date_time_new_from_iso8601_string() 944 second = g_ascii_strtoull (string + 1, (gchar **) & string, 10); in gst_date_time_new_from_iso8601_string() 955 usecs = g_ascii_strtoull (string + 1, (gchar **) & string, 10); in gst_date_time_new_from_iso8601_string()
|
D | gstplugin.c | 637 val = g_ascii_strtoull (date_time, (gchar **) & date_time, 10); in check_release_datetime() 641 val = g_ascii_strtoull (date_time + 1, (gchar **) & date_time, 10); in check_release_datetime() 645 val = g_ascii_strtoull (date_time + 1, (gchar **) & date_time, 10); in check_release_datetime() 651 val = g_ascii_strtoull (date_time + 1, (gchar **) & date_time, 10); in check_release_datetime() 655 val = g_ascii_strtoull (date_time + 1, (gchar **) & date_time, 10); in check_release_datetime()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 295 hours = g_ascii_strtoull (strings[0], NULL, 10U); in ttml_parse_timecode() 296 minutes = g_ascii_strtoull (strings[1], NULL, 10U); in ttml_parse_timecode() 300 seconds = g_ascii_strtoull (substrings[0], NULL, 10U); in ttml_parse_timecode() 302 milliseconds = g_ascii_strtoull (substrings[1], NULL, 10U); in ttml_parse_timecode() 307 seconds = g_ascii_strtoull (strings[2], NULL, 10U); in ttml_parse_timecode() 719 guint psize = (guint) g_ascii_strtoull (parent_size, NULL, 10U); in ttml_get_relative_font_size() 720 guint csize = (guint) g_ascii_strtoull (child_size, NULL, 10U); in ttml_get_relative_font_size() 1991 cellres_x = (guint) g_ascii_strtoull (ptr, &ptr, 10U); in ttml_parse() 1992 cellres_y = (guint) g_ascii_strtoull (ptr, NULL, 10U); in ttml_parse()
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | gst-transcoder.c | 178 width = g_ascii_strtoull (vsize[0], NULL, 0); in set_video_settings() 179 height = g_ascii_strtoull (vsize[1], NULL, 10); in set_video_settings()
|
/third_party/glib/gio/ |
D | gio-tool-set.c | 165 uint64 = g_ascii_strtoull (argv[3], NULL, 10); in handle_set()
|
/third_party/glib/glib/tests/ |
D | scannerapi.c | 81 g_assert_cmpint (GPOINTER_TO_INT (value), ==, g_ascii_strtoull (key, NULL, 0)); in check_keys()
|
/third_party/glib/glib/ |
D | gtestutils.c | 1170 test_log_fd = g_ascii_strtoull (equal + 1, NULL, 0); in parse_args() 1174 test_log_fd = g_ascii_strtoull (argv[i], NULL, 0); in parse_args() 1185 test_startup_skip_count = g_ascii_strtoull (equal + 1, NULL, 0); in parse_args() 1189 test_startup_skip_count = g_ascii_strtoull (argv[i], NULL, 0); in parse_args() 1746 seedarray[0] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed() 1749 seedarray[1] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed() 1752 seedarray[2] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed() 1755 seedarray[3] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed()
|
D | gscanner.c | 2087 ui64 = g_ascii_strtoull (gstring->str, &endptr, 2); in g_scanner_get_token_ll() 2090 ui64 = g_ascii_strtoull (gstring->str, &endptr, 8); in g_scanner_get_token_ll() 2093 ui64 = g_ascii_strtoull (gstring->str, &endptr, 10); in g_scanner_get_token_ll() 2096 ui64 = g_ascii_strtoull (gstring->str, &endptr, 16); in g_scanner_get_token_ll()
|
D | gstrfuncs.h | 153 guint64 g_ascii_strtoull (const gchar *nptr,
|
D | gstrfuncs.c | 1209 g_ascii_strtoull (const gchar *nptr, in g_ascii_strtoull() function 3445 number = g_ascii_strtoull (str, (gchar **)&end_ptr, base); in g_ascii_string_to_unsigned()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 148 guint64 g_ascii_strtoull (const gchar *nptr,
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasiosink.cpp | 306 guint64 c = g_ascii_strtoull (ch[i], nullptr, 0); in gst_asio_sink_create_ringbuffer()
|
D | gstasiosrc.cpp | 319 guint64 c = g_ascii_strtoull (ch[i], nullptr, 0); in gst_asio_src_create_ringbuffer()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | fakesink.c | 1020 offset = g_ascii_strtoull (s, &end, 10); in last_message_cb() 1116 offset = g_ascii_strtoull (s, &end, 10); in deep_notify_last_message_cb()
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-audio.c | 398 layout = g_ascii_strtoull (forced_layout, NULL, 16); in gst_oss4_audio_detect_channels()
|
/third_party/gstreamer/gstplugins_good/gst/multipart/ |
D | multipartdemux.c | 496 g_ascii_strtoull ((gchar *) pos + 15, NULL, 10); in multipart_parse_header()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsrc.c | 885 size = g_ascii_strtoull (sp, &end, 10); in gst_fd_src_uri_set_uri()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpclientsink.c | 823 retry_delay = g_ascii_strtoull (retry_after, &end, 10); in send_handle_status()
|
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 512 src->content_size = g_ascii_strtoull (content_length, NULL, 10); in gst_neonhttp_src_start()
|