Go to the source code of this file.
Data Structures | |
| struct | NvSiplPointDouble |
| Defines the double-precision location of a point on a two-dimensional object. More... | |
| struct | DevBlkCDIAttrRange |
| Holds the range of a sensor attribute. More... | |
| struct | DevBlkCDIAttrQuantizationStepSize |
| Holds the parameters regarding step size for non-HDR sensors. More... | |
| struct | DevBlkCDISensorAttributes |
| Holds the sensor attributes. More... | |
| struct | DevBlkCDIFrameSeqNum |
| Holds the sensor frame sequence number structure. More... | |
| struct | DevBlkCDIEmbeddedDataChunk |
| Holds the sensor embedded data chunk structure. More... | |
| struct | DevBlkCDIExposure |
| Holds sensor exposure information. More... | |
| struct | DevBlkCDIWhiteBalanceGain |
| Per-channel gains, intended for use with DevBlkCDIWhiteBalance. More... | |
| struct | DevBlkCDIWhiteBalance |
| Holds the sensor white balance gain structure. More... | |
| struct | DevBlkCDIIllumination |
| Holds the sensor illumination control structure. More... | |
| struct | DevBlkCDITemperature |
| Holds the sensor temperature structure. More... | |
| struct | DevBlkCDIFrameReport |
| Holds the sensor report frame report structure. More... | |
| struct | DevBlkCDIPWL |
| Holds the sensor companding piecewise linear (PWL) structure. More... | |
| struct | DevBlkCDICRC |
| Holds the sensor CRC structure. More... | |
| struct | DevBlkCDIFrameTimestamp |
| Holds the sensor frame timestamp structure. More... | |
| struct | DevBlkCDIEmbeddedDataInfo |
| Holds the sensor embedded data parsed info structure. More... | |
Macros | |
| #define | NVSIPL_TRUE |
| A true NvSiplBool value. More... | |
| #define | NVSIPL_FALSE |
| A false NvSiplBool value. More... | |
| #define | DEVBLK_CDI_MAX_EXPOSURES (8U) |
| Maximum number of exposures. More... | |
| #define | DEVBLK_CDI_MAX_SENSOR_NAME_LENGTH (32U) |
| Maximum possible length of sensor name. More... | |
| #define | DEVBLK_CDI_MAX_FUSE_ID_LENGTH (32U) |
| Maximum possible length of sensor fuse id. More... | |
| #define | DEVBLK_CDI_MAX_COLOR_COMPONENT (4U) |
| Maximum number of color components. More... | |
| #define | DEVBLK_CDI_MAX_NUM_TEMPERATURES (4U) |
| Maximum number of sensor temperature values. More... | |
| #define | DEVBLK_CDI_MAX_SENSOR_CONTEXTS (4U) |
| Maximum number of sensor contexts. More... | |
| #define | DEVBLK_CDI_MAX_PWL_KNEEPOINTS (64U) |
| Maximum number of sensor companding piecewise linear (PWL) curve knee points. More... | |
| #define | DEVBLK_CDI_MAX_FRAME_REPORT_BYTES (4U) |
| Maximum number of frame report bytes. More... | |
Typedefs | |
| typedef uint32_t | NvSiplBool |
| typedef struct DevBlkCDISensorAttributes | DevBlkCDISensorAttributes |
| Holds the sensor attributes. More... | |
| typedef struct DevBlkCDIEmbeddedDataChunk | DevBlkCDIEmbeddedDataChunk |
| Holds the sensor embedded data chunk structure. More... | |
| typedef struct DevBlkCDIFrameTimestamp | DevBlkCDIFrameTimestamp |
| Holds the sensor frame timestamp structure. More... | |
| typedef struct DevBlkCDIEmbeddedDataInfo | DevBlkCDIEmbeddedDataInfo |
| Holds the sensor embedded data parsed info structure. More... | |