56 #ifndef NV_VPI_CUDAINTEROP_H
57 #define NV_VPI_CUDAINTEROP_H
Declaration of VPI status codes handling functions.
Declares functions dealing with VPI streams.
Defines all types needed for programming with VPI.
Functions and structures for handling VPI library version.
struct VPIStreamImpl * VPIStream
A handle to a stream.
VPIStatus vpiStreamCreateWrapperCUDA(CUstream cudaStream, uint64_t flags, VPIStream *stream)
Wraps an existing cudaStream_t into a VPI stream.