|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holds controls for ISP downscale (DS) block.
Definition at line 1024 of file nvmedia_isp.h.
Data Fields | |
| NvMediaBool | enable |
| Holds boolean to enable downscale block. More... | |
| uint32_t | downscaledWidth |
| Holds image width after downscaling. More... | |
| uint32_t | downscaledHeight |
| Holds image height after downscaling. More... | |
| uint32_t NvMediaISPDownscale::downscaledHeight |
Holds image height after downscaling.
Definition at line 1038 of file nvmedia_isp.h.
| uint32_t NvMediaISPDownscale::downscaledWidth |
Holds image width after downscaling.
Definition at line 1033 of file nvmedia_isp.h.
| NvMediaBool NvMediaISPDownscale::enable |
Holds boolean to enable downscale block.
Definition at line 1028 of file nvmedia_isp.h.