NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

Defines the windows used in ISP stats calculations.

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

Definition at line 1293 of file nvmedia_isp.h.

Collaboration diagram for NvMediaISPStatisticsWindows:

Data Fields

uint32_t width
 Defines width of the window in pixels. More...
 
uint32_t height
 Defines height of the window in pixels. More...
 
uint32_t numWindowsH
 Defiens number of windows horizontally. More...
 
uint32_t numWindowsV
 Defines number of windows vertically. More...
 
uint32_t horizontalInterval
 Defines distance between the left edges of one window and a horizontally adjacent window. More...
 
uint32_t verticalInterval
 Defines distance between the top edges of one window and a vertically adjacent window. More...
 
NvMediaPoint startOffset
 Defines position of the top-left pixel in the top-left window. More...
 

Field Documentation

uint32_t NvMediaISPStatisticsWindows::height

Defines height of the window in pixels.

Definition at line 1301 of file nvmedia_isp.h.

uint32_t NvMediaISPStatisticsWindows::horizontalInterval

Defines distance between the left edges of one window and a horizontally adjacent window.

Definition at line 1314 of file nvmedia_isp.h.

uint32_t NvMediaISPStatisticsWindows::numWindowsH

Defiens number of windows horizontally.

Definition at line 1305 of file nvmedia_isp.h.

uint32_t NvMediaISPStatisticsWindows::numWindowsV

Defines number of windows vertically.

Definition at line 1309 of file nvmedia_isp.h.

NvMediaPoint NvMediaISPStatisticsWindows::startOffset

Defines position of the top-left pixel in the top-left window.

Definition at line 1323 of file nvmedia_isp.h.

uint32_t NvMediaISPStatisticsWindows::verticalInterval

Defines distance between the top edges of one window and a vertically adjacent window.

Definition at line 1319 of file nvmedia_isp.h.

uint32_t NvMediaISPStatisticsWindows::width

Defines width of the window in pixels.

Definition at line 1297 of file nvmedia_isp.h.


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