56 #ifndef NV_VPI_HOSTFUNCTION_H
57 #define NV_VPI_HOSTFUNCTION_H
Declaration of VPI status codes handling functions.
Defines all types needed for programming with VPI.
VPIStatus(* VPIHostFunctionEx)(VPIStream stream, VPIStatus status, void *hostData)
Pointer to a host function that handles stream status.
void(* VPIHostFunction)(void *hostData)
Pointer to a host function.
VPIStatus vpiSubmitHostFunction(VPIStream stream, VPIHostFunction hostFunc, void *hostData)
Pushes a command that will invoke a custom host-side function after all prior commands have been proc...
VPIStatus vpiSubmitHostFunctionEx(VPIStream stream, VPIHostFunctionEx hostFunc, void *hostData)
Pushes a command that will invoke a custom host-side function after all prior commands have been proc...
struct VPIStreamImpl * VPIStream
A handle to a stream.