NVIDIA DRIVE OS Linux API Reference

5.1.0.2 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 1013 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 1021 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::imagesCount

Holds images count.

Definition at line 1030 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::numSurfAllocAttrs

Holds number of surface allocation attributes.

Definition at line 1028 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::poolBuffersNum

Holds number of pool buffer elements.

Definition at line 1017 of file nvmedia_ipp.h.

NvMediaIPPPortType NvMediaIPPBufferPoolParamsNew::portType

Holds port type associated with the pool.

Definition at line 1015 of file nvmedia_ipp.h.

NvMediaSurfaceType NvMediaIPPBufferPoolParamsNew::surfaceType

Holds image surface type.

Definition at line 1023 of file nvmedia_ipp.h.

NvMediaSurfAllocAttr NvMediaIPPBufferPoolParamsNew::surfAllocAttrs[NVM_SURF_ALLOC_ATTR_MAX]

Holds image surface allocation attributes (NvMediaSurfAllocAttr).

Definition at line 1026 of file nvmedia_ipp.h.

uint32_t NvMediaIPPBufferPoolParamsNew::width

Holds image width.

Definition at line 1019 of file nvmedia_ipp.h.


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