NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Defines the windows used in ISP stats calculations.

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

Definition at line 255 of file nvmedia_isp_stat.h.

Collaboration diagram for NvMediaISPStatisticsWindows:

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...
 
NvMediaPoint startOffset
 Holds the position of the top left pixel in the top left window. More...
 

Field Documentation

◆ height

uint32_t NvMediaISPStatisticsWindows::height

Holds height of the window in pixels.

Definition at line 263 of file nvmedia_isp_stat.h.

◆ horizontalInterval

uint32_t NvMediaISPStatisticsWindows::horizontalInterval

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

Definition at line 276 of file nvmedia_isp_stat.h.

◆ numWindowsH

uint32_t NvMediaISPStatisticsWindows::numWindowsH

Holds number of windows horizontally.

Definition at line 267 of file nvmedia_isp_stat.h.

◆ numWindowsV

uint32_t NvMediaISPStatisticsWindows::numWindowsV

Holds number of windows vertically.

Definition at line 271 of file nvmedia_isp_stat.h.

◆ startOffset

NvMediaPoint NvMediaISPStatisticsWindows::startOffset

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

Definition at line 285 of file nvmedia_isp_stat.h.

◆ verticalInterval

uint32_t NvMediaISPStatisticsWindows::verticalInterval

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

Definition at line 281 of file nvmedia_isp_stat.h.

◆ width

uint32_t NvMediaISPStatisticsWindows::width

Holds width of the window in pixels.

Definition at line 259 of file nvmedia_isp_stat.h.


The documentation for this struct was generated from the following file:
NvMediaISPStatisticsWindows::horizontalInterval
uint32_t horizontalInterval
Holds the distance between the left edge of one window and a horizontally adjacent window.
Definition: nvmedia_isp_stat.h:276
NvMediaISPStatisticsWindows::width
uint32_t width
Holds width of the window in pixels.
Definition: nvmedia_isp_stat.h:259
NvMediaISPStatisticsWindows::startOffset
NvMediaPoint startOffset
Holds the position of the top left pixel in the top left window.
Definition: nvmedia_isp_stat.h:285
NvMediaISPStatisticsWindows::verticalInterval
uint32_t verticalInterval
Holds the distance between the top edge of one window and a vertically adjacent window.
Definition: nvmedia_isp_stat.h:281
NvMediaISPStatisticsWindows::numWindowsV
uint32_t numWindowsV
Holds number of windows vertically.
Definition: nvmedia_isp_stat.h:271
NvMediaISPStatisticsWindows::numWindowsH
uint32_t numWindowsH
Holds number of windows horizontally.
Definition: nvmedia_isp_stat.h:267
NvMediaISPStatisticsWindows::height
uint32_t height
Holds height of the window in pixels.
Definition: nvmedia_isp_stat.h:263