Searched refs:CUstream (Results 1 – 20 of 20) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaloader.h | 57 CUstream hStream); 61 CUstream hStream); 88 CUresult CUDAAPI CuMemcpy2DAsync (const CUDA_MEMCPY2D *pCopy, CUstream hStream); 94 CUresult CUDAAPI CuStreamCreate (CUstream *phStream, 97 CUresult CUDAAPI CuStreamDestroy (CUstream hStream); 99 CUresult CUDAAPI CuStreamSynchronize (CUstream hStream); 144 CUstream hStream,
|
D | gstcudaloader.c | 61 CUgraphicsResource * resources, CUstream hStream); 63 CUgraphicsResource * resources, CUstream hStream); 78 CUstream hStream); 83 CUresult (CUDAAPI * CuStreamCreate) (CUstream * phStream, 85 CUresult (CUDAAPI * CuStreamDestroy) (CUstream hStream); 86 CUresult (CUDAAPI * CuStreamSynchronize) (CUstream hStream); 109 unsigned int sharedMemBytes, CUstream hStream, void **kernelParams, 282 CUstream hStream) in CuGraphicsMapResources() 291 CUstream hStream) in CuGraphicsUnmapResources() 361 CuMemcpy2DAsync (const CUDA_MEMCPY2D * pCopy, CUstream hStream) in CuMemcpy2DAsync() [all …]
|
D | cuda-converter.h | 46 CUstream cuda_stream); 53 CUstream cuda_stream);
|
D | gstcudautils.h | 130 CUstream stream, 134 CUstream stream);
|
D | cuda-converter.c | 750 CUstream cuda_stream); 911 CUstream cuda_stream) in gst_cuda_converter_frame() 946 GstVideoInfo * out_info, CUstream cuda_stream) in gst_cuda_converter_frame_unlocked() 989 CUfilter_mode mode, CUstream cuda_stream) in convert_create_texture_unchecked() 1024 GstVideoInfo * info, guint plane, CUstream cuda_stream) in convert_create_texture() 1091 GstVideoInfo * out_info, CUstream cuda_stream) in convert_YUV_TO_YUV() 1155 GstVideoInfo * out_info, CUstream cuda_stream) in convert_YUV_TO_RGB() 1215 CUstream cuda_stream, const GstCudaMemory * src, GstVideoInfo * in_info, in convert_UNPACK_RGB() 1252 CUstream cuda_stream, CUtexObject srcRGB, CUdeviceptr dstY, gint y_stride, in convert_TO_Y444() 1279 GstVideoInfo * out_info, CUstream cuda_stream) in convert_RGB_TO_YUV() [all …]
|
D | gstcudabasetransform.h | 51 CUstream cuda_stream;
|
D | gstnvdec.h | 87 CUstream cuda_stream;
|
D | gstcudautils.c | 489 CUstream stream, CUgraphicsMapResourceFlags flags) in gst_cuda_graphics_resource_map() 520 CUstream stream) in gst_cuda_graphics_resource_unmap()
|
D | gstnvbaseenc.h | 113 CUstream cuda_stream;
|
D | cuviddec.h | 777 …CUstream output_stream; /**< IN: stream object used by cuvidMapVideoFrame …
|
D | gstnvdecoder.c | 82 CUstream cuda_stream;
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_cuda.h | 44 CUstream stream;
|
/third_party/ffmpeg/libavcodec/ |
D | nvenc.h | 156 CUstream cu_stream;
|
D | nvdec.c | 49 CUstream stream;
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/ |
D | cuda.h | 28 typedef gpointer CUstream; typedef
|
/third_party/ffmpeg/libavfilter/ |
D | vf_overlay_cuda.c | 72 CUstream cu_stream;
|
D | vf_yadif_cuda.c | 38 CUstream stream;
|
D | vf_thumbnail_cuda.c | 69 CUstream cu_stream;
|
D | vf_scale_cuda.c | 105 CUstream cu_stream;
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 36048 Async CUDA operation with default stream (NULL CUstream) is not much
|