NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvMediaIPPBufferPoolParamsNew Struct Reference

Detailed Description

Holds new buffer pool parameters for initializing an IPP component.

Definition at line 1057 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

◆ height

uint32_t NvMediaIPPBufferPoolParamsNew::height

Holds image height.

Definition at line 1065 of file nvmedia_ipp.h.

◆ imagesCount

uint32_t NvMediaIPPBufferPoolParamsNew::imagesCount

Holds images count.

Definition at line 1074 of file nvmedia_ipp.h.

◆ numSurfAllocAttrs

uint32_t NvMediaIPPBufferPoolParamsNew::numSurfAllocAttrs

Holds number of surface allocation attributes.

Definition at line 1072 of file nvmedia_ipp.h.

◆ poolBuffersNum

uint32_t NvMediaIPPBufferPoolParamsNew::poolBuffersNum

Holds number of pool buffer elements.

Definition at line 1061 of file nvmedia_ipp.h.

◆ portType

NvMediaIPPPortType NvMediaIPPBufferPoolParamsNew::portType

Holds port type associated with the pool.

Definition at line 1059 of file nvmedia_ipp.h.

◆ surfaceType

NvMediaSurfaceType NvMediaIPPBufferPoolParamsNew::surfaceType

Holds image surface type.

Definition at line 1067 of file nvmedia_ipp.h.

◆ surfAllocAttrs

NvMediaSurfAllocAttr NvMediaIPPBufferPoolParamsNew::surfAllocAttrs[NVM_SURF_ALLOC_ATTR_MAX]

Holds image surface allocation attributes (NvMediaSurfAllocAttr).

Definition at line 1070 of file nvmedia_ipp.h.

◆ width

uint32_t NvMediaIPPBufferPoolParamsNew::width

Holds image width.

Definition at line 1063 of file nvmedia_ipp.h.


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