/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | convertframe.c | 53 *err = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_MISSING_PLUGIN, in create_element() 74 *err = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_MISSING_PLUGIN, in get_encoder() 88 *err = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_MISSING_PLUGIN, in get_encoder() 268 *err = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_FAILED, in build_convert_frame_pipeline() 278 *err = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_NEGOTIATION, in build_convert_frame_pipeline() 395 *error = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_FAILED, in gst_video_convert_sample() 552 error = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_FAILED, in convert_frame_timeout_callback() 617 error = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_FAILED, in convert_frame_need_data_callback() 645 error = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_FAILED, in convert_frame_new_preroll_callback() 796 error = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_STATE_CHANGE, in gst_video_convert_sample_async()
|
/third_party/glib/glib/tests/ |
D | error.c | 183 error = g_error_new (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "Oh no!"); in test_matches() 206 error = g_error_new (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "Oh no!"); in test_clear() 364 error = g_error_new (q, 0, "Test error: %s", "hello"); in test_extended_non_static()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmessage.c | 57 error = g_error_new (domain, 10, "test error"); in GST_START_TEST() 89 error = g_error_new (domain, 10, "test error"); in GST_START_TEST() 127 warning = g_error_new (domain, 10, "test warning"); in GST_START_TEST() 157 info = g_error_new (domain, 10, "test info"); in GST_START_TEST()
|
D | gststructure.c | 467 e = g_error_new (domain, 0, "a test error"); in GST_START_TEST()
|
/third_party/glib/gio/ |
D | gdbuserror.c | 631 error = g_error_new (re->pair.error_domain, in g_dbus_error_new_for_dbus_error() 646 error = g_error_new (error_domain, in g_dbus_error_new_for_dbus_error() 654 error = g_error_new (G_IO_ERROR, in g_dbus_error_new_for_dbus_error()
|
D | gnetworkservice.c | 462 g_error_new (G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT, in G_DEFINE_TYPE()
|
D | gdbusprivate.c | 1415 error = g_error_new (G_IO_ERROR, G_IO_ERROR_CANCELLED, in iostream_close_cb()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wldisplay.c | 299 *error = g_error_new (g_quark_from_static_string ("GstWlDisplay"), 0, in gst_wl_display_new() 331 *error = g_error_new (g_quark_from_static_string ("GstWlDisplay"), 0, in gst_wl_display_new_existing()
|
/third_party/glib/glib/ |
D | gerror.h | 190 GError* g_error_new (GQuark domain,
|
D | gerror.c | 774 g_error_new (GQuark domain, in g_error_new() function
|
D | gregex.c | 1713 tmp_error = g_error_new (G_REGEX_ERROR, errcode, in regex_compile() 2894 tmp_error = g_error_new (G_REGEX_ERROR, in expand_escape()
|
D | gmarkup.c | 611 tmp_error = g_error_new (G_MARKUP_ERROR, in set_unescape_error()
|
/third_party/libsoup/libsoup/ |
D | soup-brotli-decompressor.c | 57 …return g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, "SoupBrotliDecompressorError: %s", error_string… in soup_brotli_decompressor_create_error()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 408 decoder->error = g_error_new (GST_RESOURCE_ERROR, GST_RESOURCE_ERROR_READ, in rfb_decoder_state_reason() 472 decoder->error = g_error_new (GST_RESOURCE_ERROR, GST_RESOURCE_ERROR_READ, in rfb_decoder_state_wait_for_security() 506 g_error_new (GST_RESOURCE_ERROR, GST_RESOURCE_ERROR_READ, in rfb_decoder_state_wait_for_security() 561 decoder->error = g_error_new (GST_RESOURCE_ERROR, GST_RESOURCE_ERROR_READ, in rfb_decoder_state_security_result()
|
/third_party/glib/gio/tests/ |
D | gdbus-error.c | 138 error = g_error_new (error_domain, error_code, "test message"); in check_transparent_gerror()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 642 GError *err = g_error_new (GST_TRANSCODER_ERROR, in clock_lost_cb() 732 GError *err = g_error_new (GST_TRANSCODER_ERROR, in request_state_cb() 1019 GError *err = g_error_new (GST_TRANSCODER_ERROR, in gst_transcoder_run_async() 1033 GError *err = g_error_new (GST_TRANSCODER_ERROR, in gst_transcoder_run_async()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avfassetsrc.m | 856 *error = g_error_new (GST_AVF_ASSET_SRC_ERROR, GST_AVF_ASSET_ERROR_INIT, "%s", 882 *error = g_error_new (GST_AVF_ASSET_SRC_ERROR, GST_AVF_ASSET_ERROR_NOT_PLAYABLE, 956 *error = g_error_new (GST_AVF_ASSET_SRC_ERROR, GST_AVF_ASSET_ERROR_START, 1033 *error = g_error_new (GST_AVF_ASSET_SRC_ERROR, GST_AVF_ASSET_ERROR_READ,
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 1099 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in buffering_cb() 1130 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in buffering_cb() 1156 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in clock_lost_cb() 1348 on_error (self, g_error_new (GST_PLAY_ERROR, in state_changed_cb() 1416 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in request_state_cb() 2725 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in gst_play_play_internal() 2793 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in gst_play_pause_internal() 2942 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in gst_play_seek_internal_locked() 2988 on_error (self, g_error_new (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, in gst_play_seek_internal_locked()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnettimeprovider.c | 316 g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, in gst_net_time_provider_start()
|
/third_party/glib/po/ |
D | Makefile.in.in | 111 --flag=g_error_new:3:c-format \
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp-gstreamer.c | 346 … error = g_error_new(GST_CORE_ERROR, GST_CORE_ERROR_PAD, "Could not link rtpbin to depayloader"); in on_pad_added()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.cpp | 213 GError *error = g_error_new(g_quark_from_string(error_domain), error_code, "%s", msg); in webkit_extension_gerror_msg_received()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 929 g_error_new (GST_WEBRTC_ERROR, GST_WEBRTC_ERROR_INVALID_STATE, in _execute_op() 4310 g_error_new (GST_WEBRTC_ERROR, GST_WEBRTC_ERROR_INVALID_STATE, in gst_webrtc_bin_create_offer() 4334 g_error_new (GST_WEBRTC_ERROR, GST_WEBRTC_ERROR_INVALID_STATE, in gst_webrtc_bin_create_answer() 5948 g_error_new (GST_WEBRTC_ERROR, GST_WEBRTC_ERROR_INVALID_STATE, in gst_webrtc_bin_set_remote_description() 5986 g_error_new (GST_WEBRTC_ERROR, GST_WEBRTC_ERROR_INVALID_STATE, in gst_webrtc_bin_set_local_description() 6181 g_error_new (GST_WEBRTC_ERROR, GST_WEBRTC_ERROR_INVALID_STATE, in gst_webrtc_bin_get_stats()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 2599 *err = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_FAILED, in gst_discoverer_discover_uri() 2653 *err = g_error_new (GST_CORE_ERROR, GST_CORE_ERROR_MISSING_PLUGIN, in gst_discoverer_new()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 1035 g_error_new (GST_RESOURCE_ERROR, error_type, in handle_error()
|