NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaIPPControlAlgorithmComponentConfig Struct Reference

Detailed Description

Holds configuration information for a Control Algorithm component.

Definition at line 1157 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...
 

Field Documentation

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.


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