Searched refs:GstCudaMemory (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.h | 42 const GstCudaMemory * src, 44 GstCudaMemory * dst, 49 const GstCudaMemory * src, 51 GstCudaMemory * dst,
|
D | gstcudamemory.c | 40 static gpointer cuda_mem_map (GstCudaMemory * mem, gsize maxsize, 42 static void cuda_mem_unmap_full (GstCudaMemory * mem, GstMapInfo * info); 106 GstCudaMemory *mem; in gst_cuda_allocator_alloc() 136 mem = g_new0 (GstCudaMemory, 1); in gst_cuda_allocator_alloc() 160 GstCudaMemory *mem = GST_CUDA_MEMORY_CAST (memory); in gst_cuda_allocator_free() 181 gst_cuda_memory_upload_transfer (GstCudaMemory * mem) in gst_cuda_memory_upload_transfer() 220 gst_cuda_memory_download_transfer (GstCudaMemory * mem) in gst_cuda_memory_download_transfer() 258 gst_cuda_memory_device_memory_map (GstCudaMemory * mem) in gst_cuda_memory_device_memory_map() 327 cuda_mem_map (GstCudaMemory * mem, gsize maxsize, GstMapFlags flags) in cuda_mem_map() 379 cuda_mem_unmap_full (GstCudaMemory * mem, GstMapInfo * info) in cuda_mem_unmap_full() [all …]
|
D | gstcudabasefilter.c | 62 GstVideoFrame * in_frame, GstCudaMemory * in_cuda_mem, 63 GstVideoFrame * out_frame, GstCudaMemory * out_cuda_mem); 183 GstVideoFrame * in_frame, GstCudaMemory * in_cuda_mem, in gst_cuda_base_filter_transform_frame() 184 GstVideoFrame * out_frame, GstCudaMemory * out_cuda_mem) in gst_cuda_base_filter_transform_frame() 188 GstCudaMemory *in_mem; in gst_cuda_base_filter_transform_frame() 189 GstCudaMemory *out_mem; in gst_cuda_base_filter_transform_frame() 202 (GstCudaMemory *) gst_cuda_allocator_alloc (filter->allocator, in gst_cuda_base_filter_transform_frame() 262 (GstCudaMemory *) gst_cuda_allocator_alloc (filter->allocator, in gst_cuda_base_filter_transform_frame()
|
D | gstcudabasefilter.h | 48 GstCudaMemory *in_fallback; 49 GstCudaMemory *out_fallback;
|
D | gstcudabasetransform.c | 73 GstVideoFrame * in_frame, GstCudaMemory * in_cuda_mem, 74 GstVideoFrame * out_frame, GstCudaMemory * out_cuda_mem); 299 GstCudaMemory *in_cuda_mem = NULL; in gst_cuda_base_transform_transform() 300 GstCudaMemory *out_cuda_mem = NULL; in gst_cuda_base_transform_transform() 312 GstCudaMemory *cmem = GST_CUDA_MEMORY_CAST (mem); in gst_cuda_base_transform_transform() 327 GstCudaMemory *cmem = GST_CUDA_MEMORY_CAST (mem); in gst_cuda_base_transform_transform() 374 GstVideoFrame * in_frame, GstCudaMemory * in_cuda_mem, in gst_cuda_base_transform_transform_frame_default() 375 GstVideoFrame * out_frame, GstCudaMemory * out_cuda_mem) in gst_cuda_base_transform_transform_frame_default()
|
D | gstcudabasetransform.h | 66 GstCudaMemory *in_cuda_mem, 68 GstCudaMemory *out_cuda_mem);
|
D | gstcudamemory.h | 38 #define GST_CUDA_MEMORY_CAST(mem) ((GstCudaMemory *) (mem)) 43 typedef struct _GstCudaMemory GstCudaMemory; typedef
|
D | cuda-converter.c | 748 gboolean (*convert) (GstCudaConverter * convert, const GstCudaMemory * src, 749 GstVideoInfo * in_info, GstCudaMemory * dst, GstVideoInfo * out_info, 909 gst_cuda_converter_frame (GstCudaConverter * convert, const GstCudaMemory * src, in gst_cuda_converter_frame() 910 GstVideoInfo * in_info, GstCudaMemory * dst, GstVideoInfo * out_info, in gst_cuda_converter_frame() 945 const GstCudaMemory * src, GstVideoInfo * in_info, GstCudaMemory * dst, in gst_cuda_converter_frame_unlocked() 1023 convert_create_texture (GstCudaConverter * convert, const GstCudaMemory * src, in convert_create_texture() 1090 const GstCudaMemory * src, GstVideoInfo * in_info, GstCudaMemory * dst, in convert_YUV_TO_YUV() 1154 const GstCudaMemory * src, GstVideoInfo * in_info, GstCudaMemory * dst, in convert_YUV_TO_RGB() 1215 CUstream cuda_stream, const GstCudaMemory * src, GstVideoInfo * in_info, in convert_UNPACK_RGB() 1278 const GstCudaMemory * src, GstVideoInfo * in_info, GstCudaMemory * dst, in convert_RGB_TO_YUV() [all …]
|
D | gstnvdecoder.c | 743 GstCudaMemory *cuda_mem = NULL; in gst_nv_decoder_copy_frame_to_cuda() 752 GstCudaMemory *cmem = GST_CUDA_MEMORY_CAST (mem); in gst_nv_decoder_copy_frame_to_cuda()
|
D | gstnvbaseenc.c | 2234 GstCudaMemory *cuda_mem = NULL; in gst_nv_base_enc_upload_frame() 2242 cuda_mem = (GstCudaMemory *) gst_buffer_peek_memory (frame->buffer, 0); in gst_nv_base_enc_upload_frame() 2451 GstCudaMemory *cmem = GST_CUDA_MEMORY_CAST (mem); in gst_nv_base_enc_handle_frame()
|
D | gstnvdec.c | 1268 GstCudaMemory *cuda_mem = NULL; in gst_nvdec_copy_device_to_memory() 1278 GstCudaMemory *cmem = GST_CUDA_MEMORY_CAST (mem); in gst_nvdec_copy_device_to_memory()
|