Defines the windows used in ISP stats calculations.
Definition at line 255 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 263 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 276 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::numWindowsH |
Holds number of windows horizontally.
Definition at line 267 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::numWindowsV |
Holds number of windows vertically.
Definition at line 271 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 285 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 281 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPStatisticsWindows::width |
Holds width of the window in pixels.
Definition at line 259 of file nvmedia_isp_stat.h.