NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::NvSiplISPStatisticsWindows Struct Reference

Detailed Description

Defines the windows used in ISP stats calculations.

------------------------------------------------------------------------------
| \ |--------------| |
| - ******* ******* ******* |
| | * * * * * * |
| | * * * * * * |
| | * * * * * * |
| | ******* ******* ******* |
| | / |
| - ******* ******* ******* |
| | * * * * * * |
| height-->| * * * * * * |
| | * * * * * * |
| - ******* ******* ******* |
| |-----| |
| width \ | / |
------------------------------------------------------------------------------

Definition at line 295 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::NvSiplISPStatisticsWindows:

Data Fields

uint32_t width
 Holds width of the window in pixels. More...
 
uint32_t height
 Holds height of the window in pixels. More...
 
uint32_t numWindowsH
 Holds number of windows horizontally. More...
 
uint32_t numWindowsV
 Holds number of windows vertically. More...
 
uint32_t horizontalInterval
 Holds the distance between the left edge of one window and a horizontally adjacent window. More...
 
uint32_t verticalInterval
 Holds the distance between the top edge of one window and a vertically adjacent window. More...
 
NvSiplPoint startOffset
 Holds the position of the top left pixel in the top left window. More...
 

Field Documentation

◆ height

uint32_t nvsipl::NvSiplISPStatisticsWindows::height

Holds height of the window in pixels.

Definition at line 303 of file NvSIPLISPStat.hpp.

◆ horizontalInterval

uint32_t nvsipl::NvSiplISPStatisticsWindows::horizontalInterval

Holds the distance between the left edge of one window and a horizontally adjacent window.

Definition at line 316 of file NvSIPLISPStat.hpp.

◆ numWindowsH

uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsH

Holds number of windows horizontally.

Definition at line 307 of file NvSIPLISPStat.hpp.

◆ numWindowsV

uint32_t nvsipl::NvSiplISPStatisticsWindows::numWindowsV

Holds number of windows vertically.

Definition at line 311 of file NvSIPLISPStat.hpp.

◆ startOffset

NvSiplPoint nvsipl::NvSiplISPStatisticsWindows::startOffset

Holds the position of the top left pixel in the top left window.

Definition at line 325 of file NvSIPLISPStat.hpp.

◆ verticalInterval

uint32_t nvsipl::NvSiplISPStatisticsWindows::verticalInterval

Holds the distance between the top edge of one window and a vertically adjacent window.

Definition at line 321 of file NvSIPLISPStat.hpp.

◆ width

uint32_t nvsipl::NvSiplISPStatisticsWindows::width

Holds width of the window in pixels.

Definition at line 299 of file NvSIPLISPStat.hpp.


The documentation for this struct was generated from the following file:
nvsipl::NvSiplISPStatisticsWindows::startOffset
NvSiplPoint startOffset
Holds the position of the top left pixel in the top left window.
Definition: NvSIPLISPStat.hpp:325
nvsipl::NvSiplISPStatisticsWindows::height
uint32_t height
Holds height of the window in pixels.
Definition: NvSIPLISPStat.hpp:303
nvsipl::NvSiplISPStatisticsWindows::verticalInterval
uint32_t verticalInterval
Holds the distance between the top edge of one window and a vertically adjacent window.
Definition: NvSIPLISPStat.hpp:321
nvsipl::NvSiplISPStatisticsWindows::numWindowsV
uint32_t numWindowsV
Holds number of windows vertically.
Definition: NvSIPLISPStat.hpp:311
nvsipl::NvSiplISPStatisticsWindows::horizontalInterval
uint32_t horizontalInterval
Holds the distance between the left edge of one window and a horizontally adjacent window.
Definition: NvSIPLISPStat.hpp:316
nvsipl::NvSiplISPStatisticsWindows::numWindowsH
uint32_t numWindowsH
Holds number of windows horizontally.
Definition: NvSIPLISPStat.hpp:307
nvsipl::NvSiplISPStatisticsWindows::width
uint32_t width
Holds width of the window in pixels.
Definition: NvSIPLISPStat.hpp:299