NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaIPPControlAlgorithmComponentConfig Struct Reference

Detailed Description

Holds configuration information for a Control Algorithm component.

Definition at line 1206 of file nvmedia_ipp.h.

Collaboration diagram for NvMediaIPPControlAlgorithmComponentConfig:

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...
 
NvMediaIPPPluginFuncspluginFuncs
 A pointer to a Plugin Control Algorithm function. More...
 
void * clientContext
 
NvMediaISCDeviceiscSensorDevice
 Holds an ISC sensor device handle used to get sensor properties. More...
 
const char * configOverride
 Holds a pointer to config overrides. More...
 

Field Documentation

◆ bitsPerPixel

NvMediaBitsPerPixel NvMediaIPPControlAlgorithmComponentConfig::bitsPerPixel

Holds image bits per pixel.

Definition at line 1214 of file nvmedia_ipp.h.

◆ clientContext

void* NvMediaIPPControlAlgorithmComponentConfig::clientContext

Definition at line 1219 of file nvmedia_ipp.h.

◆ configOverride

const char* NvMediaIPPControlAlgorithmComponentConfig::configOverride

Holds a pointer to config overrides.

Must be set to NULL for generic usage.

Definition at line 1224 of file nvmedia_ipp.h.

◆ height

uint32_t NvMediaIPPControlAlgorithmComponentConfig::height

Holds image height.

Definition at line 1210 of file nvmedia_ipp.h.

◆ iscSensorDevice

NvMediaISCDevice* NvMediaIPPControlAlgorithmComponentConfig::iscSensorDevice

Holds an ISC sensor device handle used to get sensor properties.

Definition at line 1221 of file nvmedia_ipp.h.

◆ pixelOrder

NvMediaRawPixelOrder NvMediaIPPControlAlgorithmComponentConfig::pixelOrder

Holds image raw pixel order.

Definition at line 1212 of file nvmedia_ipp.h.

◆ pluginFuncs

NvMediaIPPPluginFuncs* NvMediaIPPControlAlgorithmComponentConfig::pluginFuncs

A pointer to a Plugin Control Algorithm function.

Set to NULL if no plugin is required.

Definition at line 1217 of file nvmedia_ipp.h.

◆ width

uint32_t NvMediaIPPControlAlgorithmComponentConfig::width

Holds image width.

Definition at line 1208 of file nvmedia_ipp.h.


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