NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvMediaLdcParametersAttributes Struct Reference

Detailed Description

Attributes that specify resources needed for NvMediaLdcParameters instance.

See also
NvMediaLdcCreateParameters()

Definition at line 157 of file nvmedia_ldc.h.

Data Fields

uint32_t maxWarpMapWidth
 Maximum allowed number of control points horizontally in a warp map. More...
 
uint32_t maxWarpMapHeight
 Maximum allowed number of control points vertically in a warp map. More...
 
bool enableTnr
 Whether to allocate memory for data structures required for TNR processing. More...
 
bool enableMaskMap
 Whether to allocate memory for Mask Map. More...
 
uint32_t maxDstWidth
 Maximum allowed destination rectangle width. More...
 
uint32_t maxDstHeight
 Maximum allowed destination rectangle height. More...
 

Field Documentation

◆ enableMaskMap

bool NvMediaLdcParametersAttributes::enableMaskMap

Whether to allocate memory for Mask Map.

Definition at line 182 of file nvmedia_ldc.h.

◆ enableTnr

bool NvMediaLdcParametersAttributes::enableTnr

Whether to allocate memory for data structures required for TNR processing.

Definition at line 179 of file nvmedia_ldc.h.

◆ maxDstHeight

uint32_t NvMediaLdcParametersAttributes::maxDstHeight

Maximum allowed destination rectangle height.

These control the amount of memory allocated for

  • TNR,
  • Mask Map. Not used if none of these features are enabled.

If used, must be in range [16, 16384].

Definition at line 202 of file nvmedia_ldc.h.

◆ maxDstWidth

uint32_t NvMediaLdcParametersAttributes::maxDstWidth

Maximum allowed destination rectangle width.

These control the amount of memory allocated for

  • TNR,
  • Mask Map. Not used if none of these features are enabled.

If used, must be in range [64, 16384].

Definition at line 192 of file nvmedia_ldc.h.

◆ maxWarpMapHeight

uint32_t NvMediaLdcParametersAttributes::maxWarpMapHeight

Maximum allowed number of control points vertically in a warp map.

This controls the amount of memory allocated for warp map. Use 0 if warp map is not used to disable any memory allocation for it.

Must be in range [0, 16384].

Definition at line 175 of file nvmedia_ldc.h.

◆ maxWarpMapWidth

uint32_t NvMediaLdcParametersAttributes::maxWarpMapWidth

Maximum allowed number of control points horizontally in a warp map.

This controls the amount of memory allocated for warp map. Use 0 if warp map is not used to disable any memory allocation for it.

Must be in range [0, 16384].

Definition at line 166 of file nvmedia_ldc.h.


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