Home
last modified time | relevance | path

Searched refs:G_CONVERTER (Results 1 – 11 of 11) sorted by relevance

/third_party/libsoup/tests/
Dbrotli-decompressor-test.c43 … result = g_converter_convert (G_CONVERTER (dec), in_buf, length, out_buf, sizeof out_buf, 0, in test_brotli()
85 … result = g_converter_convert (G_CONVERTER (dec), in_buf, length, out_buf, sizeof out_buf, 0, in test_brotli_corrupt()
120 … result = g_converter_convert (G_CONVERTER (dec), in_buf, in_len, out_buf, sizeof out_buf, 0, in test_brotli_reset()
125 g_converter_reset (G_CONVERTER (dec)); in test_brotli_reset()
/third_party/glib/gio/
Dgconverter.h33 #define G_CONVERTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_CONVERTER, GConverte… macro
Dgresource.c762 stream2 = g_converter_input_stream_new (stream, G_CONVERTER (decompressor)); in g_resource_open_stream()
835 res = g_converter_convert (G_CONVERTER (decompressor), in g_resource_lookup_data()
Dglib-compile-resources.c470 GOutputStream *out2 = g_converter_output_stream_new (out, G_CONVERTER (compressor)); in end_element()
/third_party/glib/gio/tests/
Dconverter-stream.c685 cstream = g_converter_input_stream_new (mem, G_CONVERTER (converter)); in test_converter_leftover()
761 compressor = G_CONVERTER (g_zlib_compressor_new (test->format, test->level)); in test_roundtrip()
788 decompressor = G_CONVERTER (g_zlib_decompressor_new (test->format)); in test_roundtrip()
1128 compressor = G_CONVERTER (g_zlib_compressor_new (test->format, -1)); in test_truncation()
1148 decompressor = G_CONVERTER (g_zlib_decompressor_new (test->format)); in test_truncation()
Dasync-close-output-stream.c43 converter = G_CONVERTER (g_zlib_compressor_new (G_ZLIB_COMPRESSOR_FORMAT_GZIP, -1)); in create_streams()
Dpollable.c286 converter = G_CONVERTER (g_charset_converter_new ("UTF-8", "UTF-8", &error)); in test_pollable_converter()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dgdkpixbufoverlay-test.c105 decomp_res = g_converter_convert (G_CONVERTER (decompress), in create_overlay_pixbuf()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-overlay-blending.c104 decomp_res = g_converter_convert (G_CONVERTER (decompress), in create_overlay_buffer()
/third_party/gstreamer/gstplugins_base/tests/examples/overlaycomposition/
Doverlaycomposition.c106 decomp_res = g_converter_convert (G_CONVERTER (decompress), in create_overlay_buffer()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt2434 G_CONVERTER