NVIDIA Software Communications Interface (SCI) : NvSciStream
The NvSciStream library is a layer on top of NvSciBuf and NvSciSync libraries to provide utilities for streaming sequences of data packets between multiple application modules to support a wide variety of use cases.
Definition in file nvscistream_types.h.
Go to the source code of this file.
Data Structures | |
| struct | NvSciStreamEvent |
| Describes an event triggered by the blocks. More... | |
| struct | NvSciStreamElementAttr |
| The following data structures are no longer used by any interfaces and are deprecated. More... | |
| struct | NvSciStreamElementDesc |
| struct | NvSciStreamSyncAttr |
| struct | NvSciStreamSyncDesc |
| struct | NvSciStreamPayload |
Typedefs | |
| typedef uintptr_t | NvSciStreamBlock |
| Handle to a block. More... | |
| typedef uintptr_t | NvSciStreamPacket |
| NvSciStream assigned handle for a packet. More... | |
| typedef uintptr_t | NvSciStreamCookie |
| Application assigned cookie for a NvSciStreamPacket. More... | |
Variables | |
| static const NvSciStreamPacket | NvSciStreamPacket_Invalid = 0U |
| Constant variable denoting an invalid NvSciStreamPacket. More... | |
| static const NvSciStreamCookie | NvSciStreamCookie_Invalid = 0U |
| Constant variable denoting an invalid NvSciStreamCookie. More... | |