|
|
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
NVIDIA Media Interface: Image Signal Processing
Description: This file contains the Image Signal Processing API.
Definition in file nvmedia_isp.h.
Go to the source code of this file.
Data Structures | |
| struct | NvMediaISPRange |
| Holds an integer range. More... | |
| struct | NvMediaISPRangeFloat |
| Holds a float range. More... | |
| struct | NvMediaISPSize |
| Defines a 2-dimensional surface where the surface is determined by the surface height and width in pixels. More... | |
| struct | NvMediaISPPoint |
| Defines a location on a 2-dimensional object, where the coordinate (0,0) is located at the top-left of the object. More... | |
| struct | NvMediaISPFloatPoint |
| Defines a location on a 2-dimensional object, where the coordinate (0,0) is located at the top-left of the object. More... | |
| struct | NvMediaISPStatsHistogramSettingsV4 |
| Holds the settings for the histogram statistics of ISP version 4. More... | |
| struct | NvMediaISPStatsHistogramMeasurement |
| Defines the histogram statistics measurement. More... | |
| struct | NvMediaISPStatsWindows |
| Defines the windows used in ISP stats calculations. More... | |
| struct | NvMediaISPStatsLacSettingsV4 |
| Defines the settings to use for LAC statistics for ISP version 4. More... | |
| struct | NvMediaISPStatsLacMeasurementV4 |
| Holds the LAC statistics measurement for ISP version 4. More... | |
| struct | NvMediaISPStatsFlickerBandSettingsV4 |
| Holds the flicker band settings for ISP version 4. More... | |
| struct | NvMediaISPStatsFlickerBandMeasurement |
| Holds the flicker band statistics measurement. More... | |
| struct | NvMediaISPStatsFocusMetricSettings |
| Holds the focus metric statistics settings. More... | |
| struct | NvMediaISPStatsFocusMetricMeasurement |
| Holds the focus metric statistics measurement. More... | |
| struct | NvMediaIsp5RadialMask |
| Defines radial mask. More... | |
| struct | NvMediaIsp5RectMask |
| Defines rectangular mask for local tone mapping. More... | |
| struct | NvMediaISP5CubicSplineCtrlPoint |
| Defines control point for Cubic Hermite spline. More... | |
| struct | NvMediaIsp5RadialTf |
| Defines radial transfer function. More... | |
| struct | NvMediaISPStatsFlickerBandSettingsV5 |
| Defines the flicker band settings for ISP version 5. More... | |
| struct | NvMediaISPStatsFlickerBandMeasurementV5 |
| Holds the flicker band statistics measurement for isp version 5. More... | |
| struct | NvMediaISPStatsHistogramSettingsV5 |
| Defines the settings for the histogram statistics of ISP version 5. More... | |
| struct | NvMediaISPStatsHistogramMeasurementV5 |
| Holds the histogram statistics measurement for ISP version 5. More... | |
| struct | NvMediaISPStatsLacSettingsV5 |
| Defines the settings to use for LAC statistics for ISP version 5. More... | |
| struct | NvMediaISPStatsLacROIDataV5 |
| Holds the LAC statistics measurement for ISP version 5. More... | |
| struct | NvMediaISPStatsLacMeasurementV5 |
| struct | NvMediaISPStatsLTMSettingsV5 |
| Defines the settings to use for Local tone mapping statistics for ISP version 5. More... | |
| struct | NvMediaISPStatsLTMMeasurementV5 |
| Holds the LTM statistics measurement for ISP version 5. More... | |
| struct | NvMediaISPStatsORMeasurementV5 |
| Holds the OR statistics measurement for ISP version 5. More... | |
Macros | |
| #define | NVMEDIA_ISP_VERSION_MAJOR 1 |
| Major Version number. More... | |
| #define | NVMEDIA_ISP_VERSION_MINOR 7 |
| Minor Version number. More... | |
| #define | NVMEDIA_ISP5_RADTF_CP_COUNT 6 |
| Start of statistics defines for ISP version 5. More... | |
| #define | NVMEDIA_ISP5_FB_WINDOWS 256 |
| #define | NVMEDIA_ISP5_HIST_TF_KNEE_POINT_COUNT 8 |
| #define | NVMEDIA_ISP5_HIST_BIN_COUNT 256 |
| #define | NVMEDIA_ISP_LAC_ROI_WIN_NUM (32 * 32) |
| #define | NVMEDIA_ISP5_LTM_HIST_BIN_COUNT 128 |
| #define | NVMEDIA_ISP5_LTM_AVG_WIN_COUNT 8 |