![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds new buffer pool parameters for initializing an IPP component.
Definition at line 1047 of file nvmedia_ipp.h.
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... | |
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.