![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.12.0 Release |
Defines the windows used in ISP stats calculations.
Definition at line 252 of file nvmedia_isp_stat.h.
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... | |
uint32_t NvMediaISPStatisticsWindows::height |
Holds height of the window in pixels.
Definition at line 260 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::horizontalInterval |
Holds the distance between the left edge of one window and a horizontally adjacent window.
Definition at line 273 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::numWindowsH |
Holds number of windows horizontally.
Definition at line 264 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::numWindowsV |
Holds number of windows vertically.
Definition at line 268 of file nvmedia_isp_stat.h.
NvMediaPoint NvMediaISPStatisticsWindows::startOffset |
Holds the position of the top left pixel in the top left window.
Definition at line 282 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::verticalInterval |
Holds the distance between the top edge of one window and a vertically adjacent window.
Definition at line 278 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::width |
Holds width of the window in pixels.
Definition at line 256 of file nvmedia_isp_stat.h.