Home
last modified time | relevance | path

Searched refs:GST_LIBRARY_ERROR_FAILED (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/
Dgstamc-codec-ml.c77 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_new()
118 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_configure()
136 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_get_output_format()
153 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_start()
170 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_stop()
187 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_flush()
199 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_request_key_frame()
208 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_set_dynamic_bitrate()
249 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_get_output_buffer()
273 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_get_input_buffer()
[all …]
Dgstamc-format-ml.c51 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_new_audio()
69 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_new_video()
108 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_to_string()
129 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_get_float()
148 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_set_float()
168 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_get_int()
187 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_set_int()
207 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_get_string()
227 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_set_string()
248 g_set_error_literal (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_format_get_buffer()
[all …]
Dgstamc-codeclist-ml.c54 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codeclist_get_count()
88 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_info_handle_get_name()
106 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_info_handle_is_encoder()
127 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_info_handle_get_supported_types()
173 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_capabilities_handle_get_color_formats()
200 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_codec_capabilities_handle_get_profile_levels()
Dgstamc-surfacetexture-ml.c57 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_surface_texture_ml_update_tex_image()
74 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_surface_texture_ml_detach_from_gl_context()
91 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_surface_texture_ml_attach_to_gl_context()
108 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_surface_texture_ml_get_transform_matrix()
125 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_surface_texture_ml_get_timestamp()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstjniutils.c78 GST_LIBRARY_ERROR_FAILED, "Failed to find class %s", name); in gst_amc_jni_get_class()
104 GST_LIBRARY_ERROR_FAILED, "Failed to get method ID %s (%s)", name, in gst_amc_jni_get_method_id()
119 GST_LIBRARY_ERROR_FAILED, "Failed to get static method ID %s (%s)", in gst_amc_jni_get_static_method_id()
134 GST_LIBRARY_ERROR_FAILED, "Failed to get field ID %s (%s)", name, type); in gst_amc_jni_get_field_id()
148 GST_LIBRARY_ERROR_FAILED, "Failed to get static field ID %s (%s)", name, in gst_amc_jni_get_static_field_id()
167 GST_LIBRARY_ERROR_FAILED, "Failed to create object"); in gst_amc_jni_new_object()
190 GST_LIBRARY_ERROR_FAILED, "Failed to create object"); in gst_amc_jni_new_object_from_static()
251 GST_LIBRARY_ERROR_FAILED, "Failed to call Java method"); in gst_amc_jni_string_from_gchar()
832 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_jni_get_application_class()
839 g_set_error (err, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_amc_jni_get_application_class()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/jni/
Dgstamc-codeclist-jni.c331 GST_LIBRARY_ERROR_FAILED, "Failed to get array length"); in gst_amc_codec_info_handle_get_supported_types()
344 GST_LIBRARY_ERROR_FAILED, "Failed to get array element"); in gst_amc_codec_info_handle_get_supported_types()
353 GST_LIBRARY_ERROR_FAILED, "Failed create string"); in gst_amc_codec_info_handle_get_supported_types()
430 GST_LIBRARY_ERROR_FAILED, "Failed to get array length"); in gst_amc_codec_capabilities_handle_get_color_formats()
437 GST_LIBRARY_ERROR_FAILED, "Failed to get array elements"); in gst_amc_codec_capabilities_handle_get_color_formats()
471 GST_LIBRARY_ERROR_FAILED, "Failed to get array length"); in gst_amc_codec_capabilities_handle_get_profile_levels()
484 GST_LIBRARY_ERROR_FAILED, "Failed to get array element"); in gst_amc_codec_capabilities_handle_get_profile_levels()
493 GST_LIBRARY_ERROR_FAILED, "Failed to get level"); in gst_amc_codec_capabilities_handle_get_profile_levels()
503 GST_LIBRARY_ERROR_FAILED, "Failed to get profile"); in gst_amc_codec_capabilities_handle_get_profile_levels()
Dgstamc-codec-jni.c377 GST_LIBRARY_ERROR_FAILED, "Failed to get buffer %d", i); in gst_amc_jni_get_buffer_array()
389 GST_LIBRARY_ERROR_FAILED, in gst_amc_jni_get_buffer_array()
398 GST_LIBRARY_ERROR_FAILED, "Failed to get buffer address %d", i); in gst_amc_jni_get_buffer_array()
875 GST_LIBRARY_ERROR_FAILED, "Failed to create global buffer reference"); in gst_amc_codec_get_output_buffer()
882 GST_LIBRARY_ERROR_FAILED, "Failed to get buffer address"); in gst_amc_codec_get_output_buffer()
929 GST_LIBRARY_ERROR_FAILED, "Failed to create global buffer reference"); in gst_amc_codec_get_input_buffer()
936 GST_LIBRARY_ERROR_FAILED, "Failed to get buffer address"); in gst_amc_codec_get_input_buffer()
Dgstamc-format-jni.c467 GST_LIBRARY_ERROR_FAILED, "Failed get buffer address"); in gst_amc_format_get_buffer()
515 GST_LIBRARY_ERROR_FAILED, "Failed create Java byte buffer"); in gst_amc_format_set_buffer()
Dgstamcsurfacetexture-jni.c273 GST_LIBRARY_ERROR_FAILED, "Failed to register native methods"); in create_listener()
/third_party/gstreamer/gstreamer/gst/
Dgsterror.h99 GST_LIBRARY_ERROR_FAILED = 1, enumerator
Dgsterror.c177 case GST_LIBRARY_ERROR_FAILED: in gst_error_get_library_error()
Dgstenumtypes.c466 { C_ENUM(GST_LIBRARY_ERROR_FAILED), "GST_LIBRARY_ERROR_FAILED", "failed" }, in gst_library_error_get_type()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c616 g_set_error (error, GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, in gst_rtsp_connection_get_tls()