NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaIPPBufferPoolParamsNew Struct Reference

Detailed Description

Holds new buffer pool parameters for initializing an IPP component.

Definition at line 1047 of file nvmedia_ipp.h.

Collaboration diagram for NvMediaIPPBufferPoolParamsNew:

Data Fields

NvMediaIPPPortType portType
 Holds port type associated with the pool. More...
 
uint32_t poolBuffersNum
 Holds number of pool buffer elements. More...
 
uint32_t width
 Holds image width. More...
 
uint32_t height
 Holds image height. More...
 
NvMediaSurfaceType surfaceType
 Holds image surface type. More...
 
NvMediaSurfAllocAttr surfAllocAttrs [NVM_SURF_ALLOC_ATTR_MAX]
 Holds image surface allocation attributes (NvMediaSurfAllocAttr). More...
 
uint32_t numSurfAllocAttrs
 Holds number of surface allocation attributes. More...
 
uint32_t imagesCount
 Holds images count. More...
 

Field Documentation

uint32_t NvMediaIPPBufferPoolParamsNew::height

Holds image height.

Definition at line 1055 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::imagesCount

Holds images count.

Definition at line 1064 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::numSurfAllocAttrs

Holds number of surface allocation attributes.

Definition at line 1062 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::poolBuffersNum

Holds number of pool buffer elements.

Definition at line 1051 of file nvmedia_ipp.h.

NvMediaIPPPortType NvMediaIPPBufferPoolParamsNew::portType

Holds port type associated with the pool.

Definition at line 1049 of file nvmedia_ipp.h.

NvMediaSurfaceType NvMediaIPPBufferPoolParamsNew::surfaceType

Holds image surface type.

Definition at line 1057 of file nvmedia_ipp.h.

NvMediaSurfAllocAttr NvMediaIPPBufferPoolParamsNew::surfAllocAttrs[NVM_SURF_ALLOC_ATTR_MAX]

Holds image surface allocation attributes (NvMediaSurfAllocAttr).

Definition at line 1060 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::width

Holds image width.

Definition at line 1053 of file nvmedia_ipp.h.


The documentation for this struct was generated from the following file: