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