acldvppGetLutMapDims
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
x |
Description
Obtains the number of dimensions of a color remapping table.
Prototype
uint32_t acldvppGetLutMapDims(const acldvppLutMap *lutMap)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
lutMap |
Input |
Pointer to the color remapping LUT. Call the acldvppCreateLutMap API to create data of the acldvppLutMap type in advance. |
Returns
Number of dimensions.
Parent topic: acldvppLutMap