![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds configuration information for a file reader component.
Definition at line 1132 of file nvmedia_ipp.h.
Data Fields | |
void * | clientContext |
Holds context of the client, or NULL. More... | |
NvMediaIPPImgGrpReadCallback | imageGroupReadCallback |
Holds a callback function for accepting an image from NvMedia IPP client. More... | |
uint32_t | siblingsNum |
Holds the number of sibling images per frame. More... | |
void* NvMediaIPPFileReaderComponentConfig::clientContext |
Holds context of the client, or NULL.
Definition at line 1134 of file nvmedia_ipp.h.
NvMediaIPPImgGrpReadCallback NvMediaIPPFileReaderComponentConfig::imageGroupReadCallback |
Holds a callback function for accepting an image from NvMedia IPP client.
Definition at line 1137 of file nvmedia_ipp.h.
uint32_t NvMediaIPPFileReaderComponentConfig::siblingsNum |
Holds the number of sibling images per frame.
Zero indicates the non-aggregated case.
Definition at line 1140 of file nvmedia_ipp.h.