NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
nvmedia_dla_nvscisync.h File Reference

Detailed Description

NVIDIA Media Interface: DLA NvSciSync

Description: This file contains the NvMediaDla and NvSciSync related APIs.

Definition in file nvmedia_dla_nvscisync.h.

Go to the source code of this file.

Macros

#define NVMEDIA_DLA_NVSCISYNC_VERSION_MAJOR   1
 Major version number. More...
 
#define NVMEDIA_DLA_NVSCISYNC_VERSION_MINOR   2
 Minor version number. More...
 
#define NVMEDIA_DLA_MAX_PRENVSCISYNCFENCES   (8U)
 NvMediaDlaInsertPreNvSciSyncFence API can be called at most NVMEDIA_DLA_MAX_PRENVSCISYNCFENCES times before each Dla submit call. More...
 

Functions

NvMediaStatus NvMediaDlaNvSciSyncGetVersion (NvMediaVersion *version)
 Returns the version information for the NvMedia DLA NvSciSync library. More...
 
NvMediaStatus NvMediaDlaFillNvSciSyncAttrList (const NvMediaDla *dla, NvSciSyncAttrList attrlist, NvMediaNvSciSyncClientType clienttype)
 Fills the NvMediaDla specific NvSciSync attributes. More...
 
NvMediaStatus NvMediaDlaRegisterNvSciSyncObj (NvMediaDla *dla, NvMediaNvSciSyncObjType syncobjtype, NvSciSyncObj nvscisync)
 Registers an NvSciSyncObj with NvMediaDla. More...
 
NvMediaStatus NvMediaDlaUnregisterNvSciSyncObj (NvMediaDla *dla, NvSciSyncObj nvscisync)
 Unregisters an NvSciSyncObj with NvMediaDla. More...
 
NvMediaStatus NvMediaDlaSetNvSciSyncObjforSOF (NvMediaDla *dla, NvSciSyncObj nvscisyncSOF)
 Sets the NvSciSyncObj to be used for a Start of Frame (SOF) NvSciSyncFence. More...
 
NvMediaStatus NvMediaDlaSetNvSciSyncObjforEOF (NvMediaDla *dla, NvSciSyncObj nvscisyncEOF)
 Sets an NvSciSyncObj to be used for a End of Frame (EOF) NvSciSyncFence. More...
 
NvMediaStatus NvMediaDlaInsertPreNvSciSyncFence (NvMediaDla *dla, const NvSciSyncFence *prenvscisyncfence)
 Sets an NvSciSyncFence as a prefence for a DLA submit operation. More...
 
NvMediaStatus NvMediaDlaGetSOFNvSciSyncFence (const NvMediaDla *dla, NvSciSyncObj sofnvscisyncobj, NvSciSyncFence *sofnvscisyncfence)
 Gets an SOF NvSciSyncFence for a DLA submit operation. More...
 
NvMediaStatus NvMediaDlaGetEOFNvSciSyncFence (const NvMediaDla *dla, NvSciSyncObj eofnvscisyncobj, NvSciSyncFence *eofnvscisyncfence)
 Gets an EOF NvSciSyncFence for a DLA submit operation. More...