Function: set_aipp_ax_swap_switch
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
x |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Sets the RGBA-to-ARGB or YUVA-to-AYUV swap switch in the dynamic AIPP scenario.
Prototype
- C Prototype
1aclError aclmdlSetAIPPAxSwapSwitch(aclmdlAIPP *aippParmsSet, int8_t axSwapSwitch)
- Python Function
1ret = acl.mdl.set_aipp_ax_swap_switch(aipp_parms_set, ax_swap_switch)
Parameters
|
Parameter |
Description |
|---|---|
|
aipp_parms_set |
Int, pointer address of the dynamic AIPP parameter object. acl.mdl.create_aipp needs to be called in advance to create data of the aclmdlAIPP type. |
|
ax_swap_switch |
Int, RGBA to ARGB or YUVA to AYUV switch. Value range:
|
Parent topic: Dynamic AIPP Parameter Settings