Home
last modified time | relevance | path

Searched refs:g_strdup_printf (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c487 ret = g_strdup_printf (_("Uncompressed packed YUV %s"), subs); in format_info_get_desc()
489 ret = g_strdup_printf (_("Uncompressed semi-planar YUV %s"), subs); in format_info_get_desc()
491 ret = g_strdup_printf (_("Uncompressed planar YUV %s"), subs); in format_info_get_desc()
502 ret = g_strdup_printf (_("Uncompressed palettized %d-bit %s"), in format_info_get_desc()
505 ret = g_strdup_printf (_("Uncompressed %d-bit %s"), in format_info_get_desc()
558 return g_strdup_printf ("%s (%s Profile)", ret, profile); in format_info_get_desc()
565 return g_strdup_printf ("H.265 (%s Profile)", profile); in format_info_get_desc()
573 return g_strdup_printf ("Dirac (%s)", "VC-2 Low Delay Profile"); in format_info_get_desc()
575 return g_strdup_printf ("Dirac (%s)", "VC-2 Simple Profile"); in format_info_get_desc()
577 return g_strdup_printf ("Dirac (%s)", "VC-2 Main Profile"); in format_info_get_desc()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlftpsink.c199 tmpfile_name = g_strdup_printf ("%s", sink->tmpfile_name); in set_ftp_dynamic_options_unlocked()
202 g_strdup_printf (".tmp.%04X%04X", g_random_int (), g_random_int ()); in set_ftp_dynamic_options_unlocked()
205 rename_from = g_strdup_printf ("%s%s", RENAME_FROM, tmpfile_name); in set_ftp_dynamic_options_unlocked()
211 rename_to = g_strdup_printf ("%s%s", RENAME_TO, last_slash + 1); in set_ftp_dynamic_options_unlocked()
212 uploadfile_as = g_strdup_printf ("%s/%s", dir_name, tmpfile_name); in set_ftp_dynamic_options_unlocked()
215 rename_to = g_strdup_printf ("%s%s", RENAME_TO, basesink->file_name); in set_ftp_dynamic_options_unlocked()
216 uploadfile_as = g_strdup_printf ("%s", tmpfile_name); in set_ftp_dynamic_options_unlocked()
220 tmp = g_strdup_printf ("%s%s", basesink->url, uploadfile_as); in set_ftp_dynamic_options_unlocked()
231 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_ftp_dynamic_options_unlocked()
239 basesink->error = g_strdup_printf ("failed to set post quote: %s", in set_ftp_dynamic_options_unlocked()
[all …]
Dgstcurltlssink.c244 bcsink->error = g_strdup_printf ("failed to set SSL level: %s", in gst_curl_tls_sink_set_options_unlocked()
256 g_strdup_printf ("failed to set default crypto engine: %s", in gst_curl_tls_sink_set_options_unlocked()
264 bcsink->error = g_strdup_printf ("failed to set crypto engine: %s", in gst_curl_tls_sink_set_options_unlocked()
277 bcsink->error = g_strdup_printf ("failed to set certificate: %s", in gst_curl_tls_sink_set_options_unlocked()
287 bcsink->error = g_strdup_printf ("failed to set certificate path: %s", in gst_curl_tls_sink_set_options_unlocked()
297 bcsink->error = g_strdup_printf ("failed to set verification of peer: %s", in gst_curl_tls_sink_set_options_unlocked()
306 g_strdup_printf in gst_curl_tls_sink_set_options_unlocked()
317 g_strdup_printf ("failed to set verification of peer: %s", in gst_curl_tls_sink_set_options_unlocked()
325 g_strdup_printf in gst_curl_tls_sink_set_options_unlocked()
Dgstcurlhttpsink.c343 bcsink->error = g_strdup_printf ("failed to set HTTP content-length: %s", in gst_curl_http_sink_set_header_unlocked()
355 tmp = g_strdup_printf ("Content-Type: %s", sink->content_type); in gst_curl_http_sink_set_header_unlocked()
362 tmp = g_strdup_printf ("Content-Disposition: attachment; filename=" in gst_curl_http_sink_set_header_unlocked()
376 bcsink->error = g_strdup_printf ("failed to set HTTP headers: %s", in gst_curl_http_sink_set_header_unlocked()
400 bcsink->error = g_strdup_printf ("failed to set HTTP POST: %s", in gst_curl_http_sink_set_options_unlocked()
409 g_strdup_printf ("failed to set HTTP authentication methods: %s", in gst_curl_http_sink_set_options_unlocked()
434 bcsink->error = g_strdup_printf ("HTTP response error: (received: %ld)", in gst_curl_http_sink_transfer_verify_response_code()
497 bcsink->error = g_strdup_printf ("failed to set proxy: %s", in proxy_setup()
504 bcsink->error = g_strdup_printf ("failed to set proxy port: %s", in proxy_setup()
515 bcsink->error = g_strdup_printf ("failed to set proxy user name: %s", in proxy_setup()
[all …]
Dgstcurlsshsink.c356 bcsink->error = g_strdup_printf ("failed to set public key file: %s", in gst_curl_ssh_sink_set_options_unlocked()
365 bcsink->error = g_strdup_printf ("failed to set private key file: %s", in gst_curl_ssh_sink_set_options_unlocked()
374 bcsink->error = g_strdup_printf ("failed to set known_hosts file: %s", in gst_curl_ssh_sink_set_options_unlocked()
393 bcsink->error = g_strdup_printf ("failed to set remote host's public " in gst_curl_ssh_sink_set_options_unlocked()
403 bcsink->error = g_strdup_printf ("failed to set remote host's public " in gst_curl_ssh_sink_set_options_unlocked()
418 bcsink->error = g_strdup_printf ("failed to set authentication type: %s", in gst_curl_ssh_sink_set_options_unlocked()
428 bcsink->error = g_strdup_printf ("failed to set private key " in gst_curl_ssh_sink_set_options_unlocked()
442 bcsink->error = g_strdup_printf ("Error: unsupported authentication type: " in gst_curl_ssh_sink_set_options_unlocked()
452 bcsink->error = g_strdup_printf ("failed to set SSH_KEYFUNCTION callback: " in gst_curl_ssh_sink_set_options_unlocked()
461 bcsink->error = g_strdup_printf ("failed to set CURLOPT_SSH_KEYDATA: %s", in gst_curl_ssh_sink_set_options_unlocked()
Dgstcurlfilesink.c187 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_file_dynamic_options_unlocked()
193 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_file_dynamic_options_unlocked()
208 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_file_options_unlocked()
225 gchar *url = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in gst_curl_file_sink_prepare_transfer()
228 basesink->error = g_strdup_printf ("failed to parse file name '%s'", url); in gst_curl_file_sink_prepare_transfer()
239 basesink->error = g_strdup_printf ("failed to create directory '%s'", in gst_curl_file_sink_prepare_transfer()
Dgstcurlbasesink.c626 sink->error = g_strdup_printf ("failed to set verbose: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
632 sink->error = g_strdup_printf ("failed to set debug user_data: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
639 sink->error = g_strdup_printf ("failed to set debug functions: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
647 sink->error = g_strdup_printf ("failed to set URL: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
654 sink->error = g_strdup_printf ("failed to set connection timeout: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
662 sink->error = g_strdup_printf ("failed to set no signalling: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
670 sink->error = g_strdup_printf ("failed to set sockopt user data: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
677 sink->error = g_strdup_printf ("failed to set sockopt function: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
684 sink->error = g_strdup_printf ("failed to set read user data: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
691 sink->error = g_strdup_printf ("failed to set read function: %s", in gst_curl_base_sink_transfer_set_common_options_unlocked()
[all …]
Dgstcurlsftpsink.c147 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
153 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
170 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
179 g_strdup_printf ("failed to set create missing dirs: %s", in set_sftp_options_unlocked()
Dgstcurlsmtpsink.c190 boundary_end = g_strdup_printf ("\r\n%s\r\n", BOUNDARY_STRING_END); in add_final_boundary_unlocked()
574 hdrs = g_strdup_printf ("\r\n\r\n--%s\r\n" in gst_curl_smtp_sink_set_payload_headers_unlocked()
599 encoded_word = g_strdup_printf ("=?utf-8?B?%s?=", base64_str); in generate_encoded_word()
648 rcpt_header = g_strdup_printf ("%s <%s>", enc_rcpt, sink->mail_rcpt); in gst_curl_smtp_sink_set_transfer_options_unlocked()
653 from_header = g_strdup_printf ("%s <%s>", enc_from, sink->mail_from); in gst_curl_smtp_sink_set_transfer_options_unlocked()
667 request_headers = g_strdup_printf ( in gst_curl_smtp_sink_set_transfer_options_unlocked()
700 g_strdup_printf ("failed to set SMTP sender email address: %s", in gst_curl_smtp_sink_set_transfer_options_unlocked()
722 g_strdup_printf ("failed to set SMTP recipient email address: %s", in gst_curl_smtp_sink_set_transfer_options_unlocked()
729 bcsink->error = g_strdup_printf ("failed to prepare for upload: %s", in gst_curl_smtp_sink_set_transfer_options_unlocked()
986 bcsink->error = g_strdup_printf ("failed to set URL: %s", in gst_curl_smtp_sink_prepare_transfer()
[all …]
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-scale.c36 pstr = g_strdup_printf ("videotestsrc ! capsfilter name=filter ! " in make_pipeline()
40 pstr = g_strdup_printf ("videotestsrc ! queue ! capsfilter name=filter ! " in make_pipeline()
44 pstr = g_strdup_printf ("videotestsrc ! videoscale ! " in make_pipeline()
49 g_strdup_printf ("videotestsrc ! queue ! videoscale ! " in make_pipeline()
54 g_strdup_printf ("videotestsrc ! videoscale ! queue ! " in make_pipeline()
58 pstr = g_strdup_printf ("v4l2src ! videoconvert ! videoscale ! " in make_pipeline()
114 g_strdup_printf ("video/x-raw, width=(int)%d, height=(int)%d;" in main()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmxfmux.c118 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
132 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
149 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
171 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
199 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
218 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
254 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
Dcurlfilesink.c47 path = g_strdup_printf ("%s/%s", dir, file_name); in test_verify_file_data()
102 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST()
167 path = g_strdup_printf ("/tmp/%s", file_name); in GST_START_TEST()
180 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST()
227 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST()
283 gchar *file_name1 = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST()
284 gchar *file_name2 = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST()
345 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST()
352 sub_dir = g_strdup_printf ("%s/a", tmp_dir); in GST_START_TEST()
353 sub_sub_dir = g_strdup_printf ("%s/b", sub_dir); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c126 gchar *api_str = g_strdup_printf ("%i.%i.%i", maj, min, patch); in fill_properties()
138 gchar *api_str = g_strdup_printf ("%i.%i.%i", maj, min, patch); in fill_properties()
163 prop_id = g_strdup_printf ("vulkan.memory.heaps.%i.size", i); in fill_properties()
168 prop_id = g_strdup_printf ("vulkan.memory.heaps.%i.flags", i); in fill_properties()
173 prop_id = g_strdup_printf ("vulkan.memory.heaps.%i.flags.str", i); in fill_properties()
188 prop_id = g_strdup_printf ("vulkan.memory.types.%i.heap", i); in fill_properties()
193 prop_id = g_strdup_printf ("vulkan.memory.types.%i.flags", i); in fill_properties()
198 prop_id = g_strdup_printf ("vulkan.memory.types.%i.flags.str", i); in fill_properties()
213 prop_id = g_strdup_printf ("vulkan.queue_family.%i.n_queues", i); in fill_properties()
218 prop_id = g_strdup_printf ("vulkan.queue_family.%i.flags", i); in fill_properties()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dmxf.c134 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
149 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
167 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
189 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
218 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
238 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
275 pipeline = g_strdup_printf ("videotestsrc num-buffers=250 ! " in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11converter.cpp707 convert_info->ps_body[0] = g_strdup_printf (templ_REORDER_BODY); in setup_convert_info_rgb_to_rgb()
821 info->ps_body[0] = g_strdup_printf (templ_VUYA_to_RGB_BODY); in setup_convert_info_yuv_to_rgb()
836 g_strdup_printf (templ_PACKED_YUV_to_RGB_BODY, y, u, v); in setup_convert_info_yuv_to_rgb()
857 g_strdup_printf (templ_PLANAR_YUV_to_RGB_BODY, mul, u, mul, v, mul); in setup_convert_info_yuv_to_rgb()
870 info->ps_body[0] = g_strdup_printf (templ_SEMI_PLANAR_to_RGB_BODY, u, v); in setup_convert_info_yuv_to_rgb()
893 info->ps_body[0] = g_strdup_printf (templ_RGB_to_VUYA_BODY); in setup_convert_info_rgb_to_yuv()
905 info->ps_body[0] = g_strdup_printf (templ_RGB_to_LUMA_BODY, 1); in setup_convert_info_rgb_to_yuv()
906 info->ps_body[1] = g_strdup_printf (templ_RGB_to_SEMI_PLANAR_CHROMA_BODY, in setup_convert_info_rgb_to_yuv()
928 info->ps_body[0] = g_strdup_printf (templ_RGB_to_LUMA_BODY, div); in setup_convert_info_rgb_to_yuv()
930 g_strdup_printf (templ_RGB_to_PLANAR_CHROMA_BODY, u, div, v, div); in setup_convert_info_rgb_to_yuv()
[all …]
/third_party/glib/gio/tests/
Dg-file-info-filesystem-readonly.c129 dir_to_mount = g_strdup_printf ("%s/dir_bindfs_to_mount", curdir); in test_filesystem_readonly()
130 file_in_mount = g_strdup_printf ("%s/example.txt", dir_to_mount); in test_filesystem_readonly()
131 dir_mountpoint = g_strdup_printf ("%s/dir_bindfs_mountpoint", curdir); in test_filesystem_readonly()
148 … gchar *skip_message = g_strdup_printf ("Failed to run bindfs to set up test: %s", error->message); in test_filesystem_readonly()
156 file_in_mountpoint = g_strdup_printf ("%s/example.txt", dir_mountpoint); in test_filesystem_readonly()
/third_party/glib/gobject/
Dgvaluetypes.c59 …g_return_val_if_fail (int8_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL", G… in value_lcopy_char()
74 …g_return_val_if_fail (bool_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL", G… in value_lcopy_boolean()
100 …g_return_val_if_fail (int_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL", G_… in value_lcopy_int()
126 …g_return_val_if_fail (long_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL", G… in value_lcopy_long()
165 …g_return_val_if_fail (int64_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL", … in value_lcopy_int64()
204 …g_return_val_if_fail (float_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL", … in value_lcopy_float()
243 …g_return_val_if_fail (double_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL",… in value_lcopy_double()
306 …g_return_val_if_fail (string_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL",… in value_lcopy_string()
356 …g_return_val_if_fail (pointer_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL"… in value_lcopy_pointer()
408 …g_return_val_if_fail (variant_p != NULL, g_strdup_printf ("value location for '%s' passed as NULL"… in value_lcopy_variant()
[all …]
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dserver-rtpaux.c183 name = g_strdup_printf ("src_%u", sessid); in request_aux_sender()
189 name = g_strdup_printf ("sink_%u", sessid); in request_aux_sender()
230 padName = g_strdup_printf ("send_rtp_sink_%u", session->sessionNum); in add_stream()
236 padName = g_strdup_printf ("send_rtp_src_%u", session->sessionNum); in add_stream()
241 padName = g_strdup_printf ("send_rtcp_src_%u", session->sessionNum); in add_stream()
245 padName = g_strdup_printf ("recv_rtcp_sink_%u", session->sessionNum); in add_stream()
Dclient-rtpaux.c227 myPrefix = g_strdup_printf ("recv_rtp_src_%u", session->sessionNum); in handle_new_stream()
268 name = g_strdup_printf ("src_%u", sessid); in request_aux_receiver()
274 name = g_strdup_printf ("sink_%u", sessid); in request_aux_receiver()
320 padName = g_strdup_printf ("recv_rtp_sink_%u", session->sessionNum); in join_session()
324 padName = g_strdup_printf ("recv_rtcp_sink_%u", session->sessionNum); in join_session()
328 padName = g_strdup_printf ("send_rtcp_src_%u", session->sessionNum); in join_session()
/third_party/ltp/tools/sparse/sparse-src/
Dast-inspect.c14 node->text = g_strdup_printf("%s %s:", node->text, name); in inspect_ptr_list()
16 char *index = g_strdup_printf("%d: ", i++); in inspect_ptr_list()
46 node->text = g_strdup_printf("%s %s:", node->text, statement_type_name(stmt->type)); in inspect_statement()
127 node->text = g_strdup_printf("%s %s: %s", node->text, symbol_type_name(sym->type), in inspect_symbol()
189 node->text = g_strdup_printf("%s %s", node->text, expression_type_name(expr->type)); in inspect_expression()
/third_party/glib/glib/tests/
Dregex.c95 path = g_strdup_printf ("/regex/new/%d", ++total); \
111 path = g_strdup_printf ("/regex/new-check-flags/%d", ++total); \
138 path = g_strdup_printf ("/regex/new-fail/%d", ++total); \
173 path = g_strdup_printf ("/regex/match-%s/%d", _name, ++total); \
249 path = g_strdup_printf ("/regex/match/%d", ++total); \
349 path = g_strdup_printf ("/regex/match/next0/%d", ++total); \
369 path = g_strdup_printf ("/regex/match/next1/%d", ++total); \
394 path = g_strdup_printf ("/regex/match/next2/%d", ++total); \
424 path = g_strdup_printf ("/regex/match/next3/%d", ++total); \
459 path = g_strdup_printf ("/regex/match/next4/%d", ++total); \
[all …]
Dhmac.c505 gchar *name = g_strdup_printf ("/hmac/sha1-%d", i + 1); in main()
513 gchar *name = g_strdup_printf ("/hmac/sha256-%d", i + 1); in main()
521 gchar *name = g_strdup_printf ("/hmac/sha384-%d", i + 1); in main()
529 gchar *name = g_strdup_printf ("/hmac/sha512-%d", i + 1); in main()
537 gchar *name = g_strdup_printf ("/hmac/md5-%d", i + 1); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c1759 g_strdup_printf ("gl_FragData[3] = vec4(rgba.%c, 0, 0, 1.0);", in _PLANAR_RGB_to_PLANAR_RGB()
1763 out_alpha = g_strdup_printf ("\n"); in _PLANAR_RGB_to_PLANAR_RGB()
1769 g_strdup_printf (templ_PLANAR_RGB_to_PLANAR_RGB_BODY, in_alpha, in _PLANAR_RGB_to_PLANAR_RGB()
1805 info->frag_body = g_strdup_printf (templ_PLANAR_RGB_to_PACKED_RGB_BODY, alpha, in _PLANAR_RGB_to_PACKED_RGB()
1834 info->frag_body = g_strdup_printf (templ_PACKED_RGB_to_PLANAR_RGB_BODY, in _PACKED_RGB_to_PLANAR_RGB()
1861 alpha = g_strdup_printf ("t.%c = 1.0;", input_alpha_channel); in _PACKED_RGB_to_PACKED_RGB()
1864 info->frag_body = g_strdup_printf (templ_REORDER_BODY, alpha ? alpha : "", in _PACKED_RGB_to_PACKED_RGB()
1923 g_strdup_printf (templ_REORDER_BODY, "", pixel_order[0], pixel_order[1], in _YUV_to_RGB()
1930 info->frag_body = g_strdup_printf (templ_AYUV_to_RGB_BODY, "yzw", 'x', in _YUV_to_RGB()
1936 info->frag_body = g_strdup_printf (templ_AYUV_to_RGB_BODY, "zyx", 'w', in _YUV_to_RGB()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c129 r_in_id = g_strdup_printf ("rtp-remote-inbound-stream-stats_%u", ssrc); in _get_stats_from_remote_rtp_source_stats()
130 out_id = g_strdup_printf ("rtp-outbound-stream-stats_%u", ssrc); in _get_stats_from_remote_rtp_source_stats()
226 out_id = g_strdup_printf ("rtp-outbound-stream-stats_%u", ssrc); in _get_stats_from_rtp_source_stats()
254 r_in_id = g_strdup_printf ("rtp-remote-inbound-stream-stats_%u", ssrc); in _get_stats_from_rtp_source_stats()
344 in_id = g_strdup_printf ("rtp-inbound-stream-stats_%u", ssrc); in _get_stats_from_rtp_source_stats()
345 r_out_id = g_strdup_printf ("rtp-remote-outbound-stream-stats_%u", ssrc); in _get_stats_from_rtp_source_stats()
575 id = g_strdup_printf ("ice-candidate-pair_%s", GST_OBJECT_NAME (transport)); in _get_stats_from_ice_transport()
652 id = g_strdup_printf ("transport-stats_%s", GST_OBJECT_NAME (transport)); in _get_stats_from_dtls_transport()
782 id = g_strdup_printf ("codec-stats-%s", GST_OBJECT_NAME (pad)); in _get_codec_stats_from_pad()
813 mime_type = g_strdup_printf ("%s/%s", media ? media : "", in _get_codec_stats_from_pad()
/third_party/glib/tests/
Dtype-test.c111 string = g_strdup_printf (FORMAT, gi16t1, gi32t1, gu16t1, gu32t1); in main()
129 string = g_strdup_printf (FORMAT64, gi64t1, gu64t1); in main()
145 string = g_strdup_printf (FORMATSIZE, gsst1, gst1); in main()

12345678910>>...27