Home
last modified time | relevance | path

Searched refs:g_ascii_strtoull (Results 1 – 25 of 57) sorted by relevance

123

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpopusdepay.c132 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()
Dgstrtph263depay.c152 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/
Dgstmssmanifest.c154 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/
Dslice-test.c216 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/
Dsoup-message-headers.c691 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()
Dsoup-websocket-extension-deflate.c118 int_value = g_ascii_strtoull (value, &end, 10); in parse_window_bits()
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.c933 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()
Dgstplugin.c637 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/
Dttmlparse.c295 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/
Dgst-transcoder.c178 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/
Dgio-tool-set.c165 uint64 = g_ascii_strtoull (argv[3], NULL, 10); in handle_set()
/third_party/glib/glib/tests/
Dscannerapi.c81 g_assert_cmpint (GPOINTER_TO_INT (value), ==, g_ascii_strtoull (key, NULL, 0)); in check_keys()
/third_party/glib/glib/
Dgtestutils.c1170 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()
Dgscanner.c2087 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()
Dgstrfuncs.h153 guint64 g_ascii_strtoull (const gchar *nptr,
Dgstrfuncs.c1209 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/
Dgstrfuncs.in.h148 guint64 g_ascii_strtoull (const gchar *nptr,
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasiosink.cpp306 guint64 c = g_ascii_strtoull (ch[i], nullptr, 0); in gst_asio_sink_create_ringbuffer()
Dgstasiosrc.cpp319 guint64 c = g_ascii_strtoull (ch[i], nullptr, 0); in gst_asio_src_create_ringbuffer()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfakesink.c1020 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/
Doss4-audio.c398 layout = g_ascii_strtoull (forced_layout, NULL, 16); in gst_oss4_audio_detect_channels()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartdemux.c496 g_ascii_strtoull ((gchar *) pos + 15, NULL, 10); in multipart_parse_header()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsrc.c885 size = g_ascii_strtoull (sp, &end, 10); in gst_fd_src_uri_set_uri()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpclientsink.c823 retry_delay = g_ascii_strtoull (retry_after, &end, 10); in send_handle_status()
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c512 src->content_size = g_ascii_strtoull (content_length, NULL, 10); in gst_neonhttp_src_start()

123