|  | NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release | 
Defines the windows used in ISP stats calculations.
Definition at line 380 of file nvmedia_isp.h.

| Data Fields | |
| NvMediaISPSize | size | 
| Size of each window.  More... | |
| unsigned int | horizontalNum | 
| Number of windows horizontally.  More... | |
| unsigned int | verticalNum | 
| Number of windows vertically.  More... | |
| unsigned int | horizontalInterval | 
| Distance between the left edges of one window and a horizontally adjacent window.  More... | |
| unsigned int | verticalInterval | 
| Distance between the top edges of one window and a vertically adjacent window.  More... | |
| NvMediaISPPoint | startOffset | 
| Position of the top-left pixel in the top-left window.  More... | |
| unsigned int NvMediaISPStatsWindows::horizontalInterval | 
Distance between the left edges of one window and a horizontally adjacent window.
Definition at line 395 of file nvmedia_isp.h.
| unsigned int NvMediaISPStatsWindows::horizontalNum | 
Number of windows horizontally.
Definition at line 388 of file nvmedia_isp.h.
| NvMediaISPSize NvMediaISPStatsWindows::size | 
Size of each window.
Definition at line 383 of file nvmedia_isp.h.
| NvMediaISPPoint NvMediaISPStatsWindows::startOffset | 
Position of the top-left pixel in the top-left window.
Definition at line 403 of file nvmedia_isp.h.
| unsigned int NvMediaISPStatsWindows::verticalInterval | 
Distance between the top edges of one window and a vertically adjacent window.
Definition at line 400 of file nvmedia_isp.h.
| unsigned int NvMediaISPStatsWindows::verticalNum | 
Number of windows vertically.
Definition at line 390 of file nvmedia_isp.h.