Attributes that specify resources needed for NvMediaLdcParameters instance.
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... | |
bool NvMediaLdcParametersAttributes::enableMaskMap |
Whether to allocate memory for Mask Map.
Definition at line 182 of file nvmedia_ldc.h.
bool NvMediaLdcParametersAttributes::enableTnr |
Whether to allocate memory for data structures required for TNR processing.
Definition at line 179 of file nvmedia_ldc.h.
uint32_t NvMediaLdcParametersAttributes::maxDstHeight |
Maximum allowed destination rectangle height.
These control the amount of memory allocated for
If used, must be in range [16, 16384].
Definition at line 202 of file nvmedia_ldc.h.
uint32_t NvMediaLdcParametersAttributes::maxDstWidth |
Maximum allowed destination rectangle width.
These control the amount of memory allocated for
If used, must be in range [64, 16384].
Definition at line 192 of file nvmedia_ldc.h.
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.
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.