Searched refs:GST_CAT_MEMORY (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudamemory.c | 31 GST_DEBUG_CATEGORY_STATIC (GST_CAT_MEMORY); 65 GST_DEBUG_CATEGORY_GET (GST_CAT_MEMORY, "GST_MEMORY"); in gst_cuda_allocator_class_init() 120 GST_CAT_DEBUG_OBJECT (GST_CAT_MEMORY, self, "allocate new cuda memory"); in gst_cuda_allocator_alloc() 132 GST_CAT_ERROR_OBJECT (GST_CAT_MEMORY, self, "CUDA allocation failure"); in gst_cuda_allocator_alloc() 162 GST_CAT_DEBUG_OBJECT (GST_CAT_MEMORY, allocator, "free cuda memory"); in gst_cuda_allocator_free() 188 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() 269 GST_CAT_DEBUG (GST_CAT_MEMORY, "alloc host memory for map"); in gst_cuda_memory_device_memory_map() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmemory.c | 80 GST_CAT_DEBUG (GST_CAT_MEMORY, "copy memory %p", mem); in _gst_memory_copy() 89 GST_CAT_DEBUG (GST_CAT_MEMORY, "free memory %p", mem); in _gst_memory_free() 139 GST_CAT_DEBUG (GST_CAT_MEMORY, "new memory %p, maxsize:%" G_GSIZE_FORMAT in gst_memory_init() 258 GST_CAT_DEBUG (GST_CAT_MEMORY, "cannot copy memory %p", mem); in gst_memory_make_mapped() 263 GST_CAT_DEBUG (GST_CAT_MEMORY, "cannot map memory %p with flags %d", mem, in gst_memory_make_mapped() 320 GST_CAT_DEBUG (GST_CAT_MEMORY, "mem %p: lock %d failed", mem, flags); in gst_memory_map() 328 GST_CAT_INFO (GST_CAT_MEMORY, "mem %p: subclass map failed", mem); in gst_memory_map()
|
D | gstallocator.c | 111 GST_CAT_WARNING (GST_CAT_MEMORY, "could not write map memory %p", copy); in _fallback_mem_copy() 230 GST_CAT_DEBUG (GST_CAT_MEMORY, "registering allocator %p with name \"%s\"", in gst_allocator_register() 588 GST_CAT_DEBUG (GST_CAT_MEMORY, "init allocator %p", allocator); in gst_allocator_sysmem_init() 611 GST_CAT_DEBUG (GST_CAT_MEMORY, "memory alignment: %" G_GSIZE_FORMAT, in _priv_gst_allocator_initialize()
|
D | gst_private.h | 269 GST_API GstDebugCategory *GST_CAT_MEMORY; variable
|
D | gstinfo.c | 212 GstDebugCategory *GST_CAT_MEMORY = NULL; variable 399 GST_CAT_MEMORY = _gst_debug_category_new ("GST_MEMORY", in _priv_gst_debug_init()
|