Home
last modified time | relevance | path

Searched +defs:plugin +defs:error (Results 1 – 25 of 37) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstplugin.c125 gst_plugin_init (GstPlugin * plugin) in gst_plugin_init()
133 GstPlugin *plugin = GST_PLUGIN_CAST (object); in gst_plugin_finalize() local
214 GstPlugin *plugin; in gst_plugin_register_static() local
281 GstPlugin *plugin; in gst_plugin_register_static_full() local
486 gst_plugin_register_func (GstPlugin * plugin, const GstPluginDesc * desc, in gst_plugin_register_func()
687 gst_plugin_load_file (const gchar * filename, GError ** error) in gst_plugin_load_file()
800 GstRegistry * registry, GError ** error) in _priv_gst_plugin_load_file_for_registry()
803 GstPlugin *plugin; in _priv_gst_plugin_load_file_for_registry() local
1031 gst_plugin_get_name (GstPlugin * plugin) in gst_plugin_get_name()
1047 gst_plugin_get_description (GstPlugin * plugin) in gst_plugin_get_description()
[all …]
Dgst.c331 GError *error = NULL; in find_executable_path() local
410 gst_init_check (int *argc, char **argv[], GError ** error) in gst_init_check()
550 GError ** error) in init_pre()
627 gst_register_core_elements (GstPlugin * plugin) in gst_register_core_elements()
671 GError ** error) in init_post()
853 select_all (GstPlugin * plugin, gpointer user_data) in select_all()
880 GstPlugin *plugin = GST_PLUGIN_CAST (g->data); in gst_debug_help() local
Dgstregistry.c274 GstPlugin *plugin = p->data; in gst_registry_finalize() local
436 gst_registry_add_plugin (GstRegistry * registry, GstPlugin * plugin) in gst_registry_add_plugin()
498 GstPlugin * plugin) in gst_registry_remove_features_for_plugin_unlocked()
537 gst_registry_remove_plugin (GstRegistry * registry, GstPlugin * plugin) in gst_registry_remove_plugin()
872 gst_registry_plugin_name_filter (GstPlugin * plugin, const gchar * name) in gst_registry_plugin_name_filter()
1055 GstPlugin *plugin; in gst_registry_lookup_bn() local
1080 GstPlugin *plugin; in gst_registry_lookup() local
1274 GstPlugin *plugin; in gst_registry_scan_path_level() local
1478 _priv_plugin_get_features (GstRegistry * registry, GstPlugin * plugin) in _priv_plugin_get_features()
1553 GstPlugin *plugin; in load_plugin_func() local
[all …]
Dgstregistrybinary.c127 GError *error = NULL; in gst_registry_binary_cache_finish() local
440 GstPlugin *plugin = GST_PLUGIN (walk->data); in priv_gst_registry_binary_write_cache() local
Dgstelementfactory.c204 gst_element_register (GstPlugin * plugin, const gchar * name, guint rank, in gst_element_register()
411 gchar *error = NULL; in gst_element_factory_property_valist_to_array() local
/third_party/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc88 grpc_error* error = GRPC_ERROR_NONE; in process_plugin_result() local
145 grpc_error* error = in plugin_md_request_metadata_ready() local
160 grpc_error** error) { in get_request_metadata()
234 grpc_credentials_mdelem_array* md_array, grpc_error* error) { in cancel_get_request_metadata()
256 grpc_metadata_credentials_plugin plugin, in grpc_plugin_credentials()
263 grpc_metadata_credentials_plugin plugin, in grpc_metadata_credentials_create_from_plugin()
/third_party/boost/libs/dll/example/tutorial5/
Dload_all.cpp70 boost::dll::fs::error_code error; in load_all() local
71 dll::shared_library plugin(it->path(), error); in load_all() local
81 dll::shared_library plugin(dll::program_location()); in load_all() local
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1196 GstPlugin *plugin = (GstPlugin *) (cur->data); in print_blacklist() local
1244 GstPlugin *plugin; in print_element_list() local
1364 GstPlugin *plugin = (GstPlugin *) (p->data); in print_all_uri_handlers() local
1440 print_plugin_info (GstPlugin * plugin) in print_plugin_info()
1493 print_plugin_features (GstPlugin * plugin) in print_plugin_features()
1623 GstPlugin *plugin; in print_element_info() local
1678 GstPlugin *plugin; in print_typefind_info() local
1736 GstPlugin *plugin; in print_tracer_info() local
1897 print_plugin_automatic_install_info (GstPlugin * plugin) in print_plugin_automatic_install_info()
1939 GstPlugin *plugin; in print_all_plugin_automatic_install_info() local
[all …]
/third_party/gstreamer/gstplugins_good/ext/mpg123/
Dgstmpg123audiodec.c95 int error; in gst_mpg123_audio_dec_class_init() local
212 int error; in gst_mpg123_audio_dec_start() local
594 int error; in gst_mpg123_audio_dec_flush() local
626 plugin_init (GstPlugin * plugin) in plugin_init()
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc160 grpc_error* error = GRPC_ERROR_NONE; in StsCredentialsOptionsFromJson() local
218 grpc_error* error = GRPC_ERROR_NONE; in StsCredentialsOptionsFromEnv() local
269 std::unique_ptr<MetadataCredentialsPlugin> plugin, in MetadataCredentialsFromPlugin()
395 std::unique_ptr<MetadataCredentialsPlugin> plugin) { in MetadataCredentialsFromPlugin()
527 std::unique_ptr<MetadataCredentialsPlugin> plugin) in MetadataCredentialsPluginWrapper()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgioelement.c178 GError ** error) in gst_gio_uri_handler_set_uri()
235 gio_element_init (GstPlugin * plugin) in gio_element_init()
/third_party/node/deps/npm/test/tap/
Dadduser-legacy-auth.js34 .reply(409, { error: 'user exists' }) property
58 mr({ port: common.port, plugin: mocks }, function (er, s) { property
Dshrinkwrap-global-auth.js52 error: 'unauthorized', property
65 mr({ port: common.port, plugin: mocks }, function (er, s) { property
Dshrinkwrap-scoped-auth.js27 error: 'unauthorized', property
64 mr({ port: common.port, plugin: mocks }, function (er, s) { property
Dview.js48 mr({ port: common.port, plugin: plugin }, function (er, s) { property
54 function plugin (server) { function
58 .reply(404, {'error': 'version not found'}) property
340 server.get('/' + invalidName).reply('404', {'error': 'not found'}) property
363 server.get('/valid-but-non-existent-package').reply(404, {'error': 'not found'}) property
/third_party/gstreamer/gstplugins_bad/ext/fluidsynth/
Dgstfluiddec.c479 GError *error = NULL; in gst_fluid_dec_open() local
712 fluiddec_element_init (GstPlugin * plugin) in fluiddec_element_init()
754 plugin_init (GstPlugin * plugin) in plugin_init()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpclientsink.c567 GError *error = NULL; in gst_soup_http_client_sink_start() local
756 GError *error = NULL; in send_message_locked() local
795 send_handle_status (SoupMessage * msg, GError * error, in send_handle_status()
917 souphttpclientsink_element_init (GstPlugin * plugin) in souphttpclientsink_element_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgleffects.c61 gst_element_init_gleffects (GstPlugin * plugin) in gst_element_init_gleffects()
572 GError *error = NULL; in gst_gl_effects_get_fragment_shader() local
661 gst_gl_effects_register_filters (GstPlugin * plugin, GstRank rank) in gst_gl_effects_register_filters()
/third_party/grpc/src/python/grpcio/grpc/beta/
Dimplementations.py39 def plugin(context, callback): function
41 def wrapped_callback(beta_metadata, error): argument
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.c66 scan_codecs (GstPlugin * plugin) in scan_codecs()
71 GError *error = NULL; in scan_codecs() local
1701 register_codecs (GstPlugin * plugin) in register_codecs()
1818 amc_init (GstPlugin * plugin) in amc_init()
1858 ahc_init (GstPlugin * plugin) in ahc_init()
1881 ahs_init (GstPlugin * plugin) in ahs_init()
1897 plugin_init (GstPlugin * plugin) in plugin_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c122 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_dec_open() local
258 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_dec_set_format() local
631 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_dec_handle_frame() local
1221 gst_v4l2_video_dec_register (GstPlugin * plugin, const gchar * basename, in gst_v4l2_video_dec_register()
Dgstv4l2videoenc.c113 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_enc_open() local
310 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_enc_set_format() local
864 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_enc_decide_allocation() local
1202 gst_v4l2_video_enc_register (GstPlugin * plugin, GType type, in gst_v4l2_video_enc_register()
Dgstv4l2transform.c118 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_transform_open() local
201 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_transform_set_caps() local
1205 gst_v4l2_transform_register (GstPlugin * plugin, const gchar * basename, in gst_v4l2_transform_register()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dgstwaylandsink.c313 GError *error = NULL; in gst_wayland_sink_set_display_from_context() local
332 GError *error = NULL; in gst_wayland_sink_find_display() local
1060 plugin_init (GstPlugin * plugin) in plugin_init()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.c194 GError ** error) in rsn_dvdbin_uri_set_uri()
1041 rsndvdbin_element_init (GstPlugin * plugin) in rsndvdbin_element_init()

12