NVIDIA DRIVE 5.0 Linux SDK API Reference

5.0.10.3 Release

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

Detailed Description

Defines the windows used in ISP stats calculations.

-------------------------------------------------------------------
| |
| StartOffset |
| / |
| ******** ******** ******** - |
| * * * * * * | |
| * * * * * * | |
| * * * * * * | |
| ******** ******** ******** | |
| |---------------| | \ |
| HorizontalInterval VerticalInterval--->| VerticalNum |
| | / |
| ******** - ******** ******** - |
| * * | * * * * |
| * * | * * * * |
| * * | * * * * |
| ******** - ******** ******** |
| |------| \ |
| Size |
| |
| \ | / |
| HorizontalNum |
| |
-------------------------------------------------------------------

Definition at line 380 of file nvmedia_isp.h.

Collaboration diagram for NvMediaISPStatsWindows:

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...
 

Field Documentation

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.


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