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:

  • 0 (default): disabled
  • 1: enabled

Return Value

ret: int, error code.

Restrictions

None