Home
last modified time | relevance | path

Searched refs:GST_CAT_ERROR (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c188 GST_CAT_ERROR (GST_CAT_MEMORY, "no staging memory to upload"); in gst_cuda_memory_upload_transfer()
208 GST_CAT_ERROR (GST_CAT_MEMORY, "Failed to copy %dth plane", i); in gst_cuda_memory_upload_transfer()
226 GST_CAT_ERROR (GST_CAT_MEMORY, "no staging memory to upload"); in gst_cuda_memory_download_transfer()
246 GST_CAT_ERROR (GST_CAT_MEMORY, "Failed to copy %dth plane", i); in gst_cuda_memory_download_transfer()
277 GST_CAT_ERROR (GST_CAT_MEMORY, "cannot push cuda context"); in gst_cuda_memory_device_memory_map()
283 GST_CAT_ERROR (GST_CAT_MEMORY, "cannot alloc host memory"); in gst_cuda_memory_device_memory_map()
311 GST_CAT_ERROR (GST_CAT_MEMORY, "cannot push cuda context"); in gst_cuda_memory_device_memory_map()
338 GST_CAT_ERROR (GST_CAT_MEMORY, "cannot push cuda context"); in cuda_mem_map()
428 GST_CAT_ERROR (GST_CAT_MEMORY, "cannot push cuda context"); in cuda_mem_copy()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemorypbo.c271 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Failed to map pbo for writing"); in _read_pixels_to_pbo()
322 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Failed to map pbo"); in _pbo_download_transfer()
365 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Failed to map pbo"); in _gl_mem_map_gpu_access()
397 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot map External OES textures"); in _gl_mem_map()
458 GST_CAT_ERROR (GST_CAT_GL_MEMORY, in _gl_mem_copy_thread()
468 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot copy between textures with " in _gl_mem_copy_thread()
505 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot reinterpret texture contents " in _gl_mem_copy_thread()
513 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot copy non RGBA/UNSIGNED_BYTE " in _gl_mem_copy_thread()
529 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Failed to map pbo for reading"); in _gl_mem_copy_thread()
580 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot copy External OES textures"); in _gl_mem_copy()
Dgstglmemory.c204 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Failed to find matching " in _calculate_unpack_length()
420 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "cannot read pixels with " in gst_gl_memory_read_pixels()
615 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot map External OES textures"); in _gl_tex_map()
674 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Framebuffer objects not supported"); in gst_gl_memory_copy_teximage()
688 GST_CAT_ERROR (GST_CAT_GL_MEMORY, in gst_gl_memory_copy_teximage()
836 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot copy External OES textures"); in _default_gl_tex_copy()
894 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "Cannot copy External OES textures"); in _gl_tex_copy()
Dgstglbasememory.c109 GST_CAT_ERROR (GST_CAT_GL_BASE_MEMORY, "Failed to create GL buffer: %s", in _mem_create_gl()
184 GST_CAT_ERROR (GST_CAT_GL_BASE_MEMORY, in gst_gl_base_memory_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c108 GST_CAT_ERROR (GST_CAT_VULKAN_MEMORY, "Failed to allocate device memory %s", in _vk_mem_new()
126 GST_CAT_ERROR (GST_CAT_VULKAN_MEMORY, "Cannot map host-invisible memory"); in _vk_mem_map_full()
133 GST_CAT_ERROR (GST_CAT_VULKAN_MEMORY, "Failed to map device memory %s", in _vk_mem_map_full()
Dgstvkimagememory.c226 GST_CAT_ERROR (GST_CAT_VULKAN_IMAGE_MEMORY, "Incorrect image parameters"); in _vk_image_mem_new_alloc()
272 GST_CAT_ERROR (GST_CAT_VULKAN_IMAGE_MEMORY, in _vk_image_mem_new_alloc()
312 GST_CAT_ERROR (GST_CAT_VULKAN_IMAGE_MEMORY, "Incorrect image parameters"); in _vk_image_mem_new_wrapped()
326 GST_CAT_ERROR (GST_CAT_VULKAN_IMAGE_MEMORY, in _vk_image_mem_new_wrapped()
Dgstvkbuffermemory.c113 GST_CAT_ERROR (GST_CAT_VULKAN_BUFFER_MEMORY, "Incorrect buffer parameters"); in _vk_buffer_mem_new_alloc()
152 GST_CAT_ERROR (GST_CAT_VULKAN_BUFFER_MEMORY, in _vk_buffer_mem_new_alloc()
Dgstvkimageview.c137 GST_CAT_ERROR (GST_CAT_VULKAN_IMAGE_VIEW, in gst_vulkan_image_view_new()
Dgstvkinstance.c311 GST_CAT_ERROR (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c155 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "GstGLMemoryEGL only supports wrapping " in _gl_mem_egl_alloc()
225 GST_CAT_ERROR (GST_CAT_GL_MEMORY, "GstGLMemoryEGL does not support copy"); in _gl_mem_copy()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h1096 #define GST_CAT_ERROR(cat,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_ERROR, NULL, __VA_ARGS__) macro
1131 #define GST_CAT_ERROR(cat,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_ERROR, NULL, ##args ) macro
1235 GST_CAT_ERROR (GstDebugCategory * cat, const char *format, ...) in GST_CAT_ERROR() function
1567 #define GST_CAT_ERROR(...) G_STMT_START{ }G_STMT_END macro
1604 #define GST_CAT_ERROR(args...) G_STMT_START{ }G_STMT_END macro
1678 GST_CAT_ERROR (GstDebugCategory * cat, const char *format, ...) in GST_CAT_ERROR() function
Dgstbuffer.c269 GST_CAT_ERROR (GST_CAT_BUFFER, "Failed to map memory writable"); in _actual_merged_memory()
280 GST_CAT_ERROR (GST_CAT_BUFFER, in _actual_merged_memory()
695 GST_CAT_ERROR (GST_CAT_BUFFER, in gst_buffer_copy_into()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c193 GST_CAT_ERROR (ttmlparse_debug, "Invalid color string: %s", color); in ttml_parse_colorstring()
228 GST_CAT_ERROR (ttmlparse_debug, "styles must have an ID."); in ttml_parse_style_set()
290 GST_CAT_ERROR (ttmlparse_debug, "badly formatted time string: %s", in ttml_parse_timecode()
311 GST_CAT_ERROR (ttmlparse_debug, "invalid time string " in ttml_parse_timecode()
1521 GST_CAT_ERROR (ttmlparse_debug, "Failed to map memory."); in ttml_add_text_to_buffer()
1952 GST_CAT_ERROR (ttmlparse_debug, "Input isn't valid UTF-8."); in ttml_parse()
1977 GST_CAT_ERROR (ttmlparse_debug, "Failed to parse document."); in ttml_parse()
1984 GST_CAT_ERROR (ttmlparse_debug, "Root element of document is not tt:tt."); in ttml_parse()
2011 GST_CAT_ERROR (ttmlparse_debug, "No <head> element found."); in ttml_parse()
Dgstttmlrender.c1271 GST_CAT_ERROR (ttmlrender_debug, "Failed to access memory at index %u.", in gst_ttml_render_get_text_from_buffer()
1277 GST_CAT_ERROR (ttmlrender_debug, "Failed to map memory at index %u.", in gst_ttml_render_get_text_from_buffer()
1284 GST_CAT_ERROR (ttmlrender_debug, "Text in buffer us not valid UTF-8"); in gst_ttml_render_get_text_from_buffer()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dcurltask.h51 #define GSTCURL_ERROR_PRINT(...) GST_CAT_ERROR (gst_curl_loop_debug, __VA_ARGS__)
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfacevulkanmemory.c220 GST_CAT_ERROR (GST_CAT_IO_SURFACE_VULKAN_MEMORY, in _io_surface_vulkan_memory_new()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y108 GST_CAT_ERROR (GST_CAT_PIPELINE, __VA_ARGS__); \
118 GST_CAT_ERROR (GST_CAT_PIPELINE, args ); \
365 GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %" in gst_parse_new_child()
Dgrammar.y.in108 GST_CAT_ERROR (GST_CAT_PIPELINE, __VA_ARGS__); \
118 GST_CAT_ERROR (GST_CAT_PIPELINE, args ); \
365 GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %"
Dgrammar.tab.c182 GST_CAT_ERROR (GST_CAT_PIPELINE, __VA_ARGS__); \
192 GST_CAT_ERROR (GST_CAT_PIPELINE, args ); \
439 GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %" in gst_parse_new_child()
/third_party/gstreamer/gstplugins_base/
DChangeLog35598 gl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT
/third_party/gstreamer/gstplugins_bad/
DChangeLog114412 gl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT