Home
last modified time | relevance | path

Searched refs:CUstream (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.h57 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,
Dgstcudaloader.c61 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 …]
Dcuda-converter.h46 CUstream cuda_stream);
53 CUstream cuda_stream);
Dgstcudautils.h130 CUstream stream,
134 CUstream stream);
Dcuda-converter.c750 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 …]
Dgstcudabasetransform.h51 CUstream cuda_stream;
Dgstnvdec.h87 CUstream cuda_stream;
Dgstcudautils.c489 CUstream stream, CUgraphicsMapResourceFlags flags) in gst_cuda_graphics_resource_map()
520 CUstream stream) in gst_cuda_graphics_resource_unmap()
Dgstnvbaseenc.h113 CUstream cuda_stream;
Dcuviddec.h777CUstream output_stream; /**< IN: stream object used by cuvidMapVideoFrame …
Dgstnvdecoder.c82 CUstream cuda_stream;
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.h44 CUstream stream;
/third_party/ffmpeg/libavcodec/
Dnvenc.h156 CUstream cu_stream;
Dnvdec.c49 CUstream stream;
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h28 typedef gpointer CUstream; typedef
/third_party/ffmpeg/libavfilter/
Dvf_overlay_cuda.c72 CUstream cu_stream;
Dvf_yadif_cuda.c38 CUstream stream;
Dvf_thumbnail_cuda.c69 CUstream cu_stream;
Dvf_scale_cuda.c105 CUstream cu_stream;
/third_party/gstreamer/gstplugins_bad/
DChangeLog36048 Async CUDA operation with default stream (NULL CUstream) is not much