NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

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...
 

Field Documentation

uint32_t NvMediaISPDownscale::downscaledHeight

Holds image height after downscaling.

  • Supported values: [input height / 32, input height]

Definition at line 1038 of file nvmedia_isp.h.

uint32_t NvMediaISPDownscale::downscaledWidth

Holds image width after downscaling.

  • Supported values: [input width / 32, input width]

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.


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