![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds configuration information for a Control Algorithm component.
Definition at line 1157 of file nvmedia_ipp.h.
Data Fields | |
uint32_t | width |
Holds image width. More... | |
uint32_t | height |
Holds image height. More... | |
NvMediaRawPixelOrder | pixelOrder |
Holds image raw pixel order. More... | |
NvMediaBitsPerPixel | bitsPerPixel |
Holds image bits per pixel. More... | |
NvMediaIPPPluginFuncs * | pluginFuncs |
A pointer to a Plugin Control Algorithm function. More... | |
void * | clientContext |
NvMediaISCDevice * | iscSensorDevice |
Holds an ISC sensor device handle used to get sensor properties. More... | |
NvMediaBitsPerPixel NvMediaIPPControlAlgorithmComponentConfig::bitsPerPixel |
Holds image bits per pixel.
Definition at line 1165 of file nvmedia_ipp.h.
void* NvMediaIPPControlAlgorithmComponentConfig::clientContext |
Definition at line 1170 of file nvmedia_ipp.h.
uint32_t NvMediaIPPControlAlgorithmComponentConfig::height |
Holds image height.
Definition at line 1161 of file nvmedia_ipp.h.
NvMediaISCDevice* NvMediaIPPControlAlgorithmComponentConfig::iscSensorDevice |
Holds an ISC sensor device handle used to get sensor properties.
Definition at line 1172 of file nvmedia_ipp.h.
NvMediaRawPixelOrder NvMediaIPPControlAlgorithmComponentConfig::pixelOrder |
Holds image raw pixel order.
Definition at line 1163 of file nvmedia_ipp.h.
NvMediaIPPPluginFuncs* NvMediaIPPControlAlgorithmComponentConfig::pluginFuncs |
A pointer to a Plugin Control Algorithm function.
Set to NULL if no plugin is required.
Definition at line 1168 of file nvmedia_ipp.h.
uint32_t NvMediaIPPControlAlgorithmComponentConfig::width |
Holds image width.
Definition at line 1159 of file nvmedia_ipp.h.