Home
last modified time | relevance | path

Searched refs:g_printf (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c75 g_printf ("%*s %s\n", spacing, "", buf); in dump_memory_bytes()
184 g_printf ("%*s Cable Delivery Descriptor\n", spacing, ""); in dump_cable_delivery_descriptor()
185 g_printf ("%*s Frequency : %d Hz\n", spacing, "", res.frequency); in dump_cable_delivery_descriptor()
186 g_printf ("%*s Outer FEC : %d (%s)\n", spacing, "", res.outer_fec, in dump_cable_delivery_descriptor()
188 g_printf ("%*s modulation : %d (%s)\n", spacing, "", res.modulation, in dump_cable_delivery_descriptor()
190 g_printf ("%*s Symbol rate : %d sym/s\n", spacing, "", res.symbol_rate); in dump_cable_delivery_descriptor()
191 g_printf ("%*s Inner FEC : %d (%s)\n", spacing, "", res.fec_inner, in dump_cable_delivery_descriptor()
202 g_printf ("%*s Terrestrial Delivery Descriptor\n", spacing, ""); in dump_terrestrial_delivery()
203 g_printf ("%*s Frequency : %d Hz\n", spacing, "", res.frequency); in dump_terrestrial_delivery()
204 g_printf ("%*s Bandwidth : %d Hz\n", spacing, "", res.bandwidth); in dump_terrestrial_delivery()
[all …]
/third_party/glib/glib/tests/
Dtest-printf.c632 res = g_printf ("%2$c %1$c\n", 'b', 'a'); in test_positional_params2()
635 res = g_printf ("%1$*2$.*3$s\n", "abc", 5, 2); in test_positional_params2()
638 res = g_printf ("%1$s%1$s\n", "abc"); in test_positional_params2()
673 res = g_printf ("%%"); in test_percent2()
781 res = g_printf ("%" G_GINT64_FORMAT "\n", (gint64)123456); in test_64bit2_base()
784 res = g_printf ("%" G_GINT64_FORMAT "\n", (gint64)-123456); in test_64bit2_base()
787 res = g_printf ("%" G_GUINT64_FORMAT "\n", (guint64)123456); in test_64bit2_base()
790 res = g_printf ("%" G_GINT64_MODIFIER "o\n", (gint64)123456); in test_64bit2_base()
793 res = g_printf ("%#" G_GINT64_MODIFIER "o\n", (gint64)123456); in test_64bit2_base()
796 res = g_printf ("%" G_GINT64_MODIFIER "x\n", (gint64)123456); in test_64bit2_base()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Ddecodebin3.c197 g_printf ("Stopping\n"); in _on_bus_message()
202 g_printf ("EOS ! Stopping \n"); in _on_bus_message()
210 g_printf ("Got a collection from %s:\n", in _on_bus_message()
289 g_printf ("pipeline could not be constructed: %s\n", error->message); in main()
310 g_printf ("Could not link source to demuxer\n"); in main()
321 g_printf ("pipeline could not be constructed: %s\n", error->message); in main()
330 g_printf ("Could not link new source to decodebin : %s\n", argv[i]); in main()
Dplaybin-test.c192 g_printf ("Stopping\n"); in _on_bus_message()
197 g_printf ("EOS ! Stopping \n"); in _on_bus_message()
205 g_printf ("Got a collection from %s:\n", in _on_bus_message()
233 g_printf ("Got a STREAMS_SELECTED message from %s (seqnum:%" in _on_bus_message()
240 g_printf (" Stream #%d : %s\n", i, in _on_bus_message()
/third_party/skia/third_party/externals/harfbuzz/util/
Doptions.hh178 g_printf ("%s (%s) %s\n", g_get_prgname (), PACKAGE_NAME, PACKAGE_VERSION); in show_version()
181 g_printf ("Available shapers: %s\n", shapers); in show_version()
184 g_printf ("Linked HarfBuzz library has a different version: %s\n", hb_version_string ()); in show_version()
Dshape-options.hh357 g_printf ("%s\n", *shaper); in list_shapers()
/third_party/glib/gio/tests/
Dgtlsconsoleinteraction.c53 g_printf ("%s", prompt); in G_DEFINE_TYPE()
68 g_printf ("\n"); in G_DEFINE_TYPE()
/third_party/glib/glib/
Dgprintf.h28 gint g_printf (gchar const *format,
Dgprintf.c49 g_printf (gchar const *format, in g_printf() function
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dinstant-rate-change.c218 g_printf ("Stopping\n"); in _on_bus_message()
223 g_printf ("EOS ! Stopping \n"); in _on_bus_message()
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Doptions.cc87 g_printf ("%s (%s) %s\n", g_get_prgname (), PACKAGE_NAME, PACKAGE_VERSION); in show_version()
90 g_printf ("Available shapers: %s\n", shapers); in show_version()
93 g_printf ("Linked HarfBuzz library has a different version: %s\n", hb_version_string ()); in show_version()
223 g_printf ("%s\n", *shaper); in list_shapers()
/third_party/harfbuzz/util/
Doptions.cc87 g_printf ("%s (%s) %s\n", g_get_prgname (), PACKAGE_NAME, PACKAGE_VERSION); in show_version()
90 g_printf ("Available shapers: %s\n", shapers); in show_version()
93 g_printf ("Linked HarfBuzz library has a different version: %s\n", hb_version_string ()); in show_version()
247 g_printf ("%s\n", *shaper); in list_shapers()
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h176 #define g_printf printf macro
/third_party/glib/po/
DMakefile.in.in117 --flag=g_printf:1:c-format \
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1729 g_printf
/third_party/glib/
DNEWS13041 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]