NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

Defines IPP Properties.

Data Structures

struct  NvMediaIPPMathFloatMatrix
 Holds a 4x4 matrix of floats. More...
 

Modules

 IPP Property structures
 Defines IPP Property structures.
 

Enumerations

enum  NvMediaIPPAeAntiFlickerMode {
  NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_OFF,
  NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_50Hz,
  NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_60Hz,
  NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_AUTO
}
 Specifies flicker detection/correction modes. More...
 
enum  NvMediaIPPComputedAntiFlicker {
  NVMEDIA_IPP_COMPUTED_ANTI_FLICKER_MODE_NONE,
  NVMEDIA_IPP_COMPUTED_ANTI_FLICKER_MODE_50Hz,
  NVMEDIA_IPP_COMPUTED_ANTI_FLICKER_MODE_60Hz
}
 Defines detected flicker modes. More...
 
enum  NvMediaIPPAeState {
  NVMEDIA_IPP_AE_STATE_INACTIVE,
  NVMEDIA_IPP_AE_STATE_SEARCHING,
  NVMEDIA_IPP_AE_STATE_CONVERGED,
  NVMEDIA_IPP_AE_STATE_TIMEOUT
}
 Defines auto exposure current states. More...
 
enum  NvMediaIPPAwbState {
  NVMEDIA_IPP_AWB_STATE_INACTIVE,
  NVMEDIA_IPP_AWB_STATE_SEARCHING,
  NVMEDIA_IPP_AWB_STATE_CONVERGED,
  NVMEDIA_IPP_AWB_STATE_TIMEOUT
}
 Defines various auto white balance states. More...
 

Enumeration Type Documentation

Specifies flicker detection/correction modes.

Enumerator
NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_OFF 

Specifies flicker correction off.

NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_50Hz 

Specifies flicker correction to 50Hz mode.

NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_60Hz 

Specifies flicker correction to 60Hz mode.

NVMEDIA_IPP_AE_ANTI_FLICKER_MODE_AUTO 

Specifies flicker correction to auto mode.

Definition at line 185 of file nvmedia_ipp.h.

Defines auto exposure current states.

Enumerator
NVMEDIA_IPP_AE_STATE_INACTIVE 

Indicates auto exposure is off.

NVMEDIA_IPP_AE_STATE_SEARCHING 

Indicates auto exposure doesn't yet have a good set of control values for the current scene.

NVMEDIA_IPP_AE_STATE_CONVERGED 

Indicates auto exposure has a good set of control values for the current scene.

NVMEDIA_IPP_AE_STATE_TIMEOUT 

Indicates auto exposure has timed out searching for a good set of values for the current scene.

Definition at line 222 of file nvmedia_ipp.h.

Defines various auto white balance states.

Enumerator
NVMEDIA_IPP_AWB_STATE_INACTIVE 

Indicates auto white balance is off.

NVMEDIA_IPP_AWB_STATE_SEARCHING 

Indicates auto white balance doesn't yet have a good set of control values for the current scene.

NVMEDIA_IPP_AWB_STATE_CONVERGED 

Indicates auto white balance has a good set of control values for the current scene.

NVMEDIA_IPP_AWB_STATE_TIMEOUT 

Indicates auto white balance has timed out searching for a good set of values for the current scene.

Definition at line 240 of file nvmedia_ipp.h.

Defines detected flicker modes.

Enumerator
NVMEDIA_IPP_COMPUTED_ANTI_FLICKER_MODE_NONE 

Indicates no flicker detected.

NVMEDIA_IPP_COMPUTED_ANTI_FLICKER_MODE_50Hz 

Indicates illuminant frequency of 50 Hz.

NVMEDIA_IPP_COMPUTED_ANTI_FLICKER_MODE_60Hz 

Indicates illuminant frequency of 60 Hz.

Definition at line 200 of file nvmedia_ipp.h.