Function: set_aipp_rbuv_swap_switch
|
C Prototype |
aclError aclmdlSetAIPPRbuvSwapSwitch(aclmdlAIPP *aippParmsSet, int8_t rbuvSwapSwitch) |
|---|---|
|
Python Function |
ret = acl.mdl.set_aipp_rbuv_swap_switch(aipp_parms_set, rbuv_swap_switch) |
|
Function Usage |
Sets the RB or UV channel swap switch before CSC in dynamic AIPP scenarios. |
|
Input Description |
aipp_parms_set: int, pointer address of the dynamic AIPP configuration object. The aclmdlAIPP data must be created by the acl.mdl.create_aipp call in advance. rbuv_swap_switch: int, RB or UV channel swap switch. Values:
|
|
Return Value |
ret: int, error code.
|
|
Restrictions |
None |
Parent topic: Dynamic AIPP Parameter Settings