NVIDIA DRIVE OS Linux SDK API Reference

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

Detailed Description

NVIDIA Media Interface: Image Processing

Description: This file contains the NvMediaImage and NvSciBuf related APIs.

Definition in file nvmedia_image_nvscibuf.h.

Go to the source code of this file.

Macros

#define NVMEDIA_IMAGENVSCIBUF_VERSION_MAJOR   (1u)
 Major version number. More...
 
#define NVMEDIA_IMAGENVSCIBUF_VERSION_MINOR   (0u)
 Minor version number. More...
 

Functions

NvMediaStatus NvMediaImageNvSciBufInit (void)
 Initializes the NvMediaImage NvSciBuf API. More...
 
void NvMediaImageNvSciBufDeinit (void)
 De-initializes the NvMediaImage NvSciBuf API. More...
 
NvMediaStatus NvMediaImageFillNvSciBufAttrs (const NvMediaDevice *device, NvMediaSurfaceType type, const NvMediaSurfAllocAttr *attrs, uint32_t numAttrs, uint64_t flags, NvSciBufAttrList attr_h)
 Fills the NvSciBuf (see nvscibuf.h) attributes which can be used to allocate an image. More...
 
NvMediaStatus NvMediaImageCreateFromNvSciBuf (NvMediaDevice *device, NvSciBufObj nvscibufObject, NvMediaImage **nvmImage)
 Creates an NvMediaImage from an NvSciBufObj. More...
 
NvMediaStatus NvMediaImageNvSciBufGetVersion (NvMediaVersion *version)
 Returns version information for the NvMediaImage NvSciBuf API. More...