aclmdlSetAIPPRbuvSwapSwitch

Description

Sets the RB or UV swap switch in the dynamic AIPP scenario.

Prototype

aclError aclmdlSetAIPPRbuvSwapSwitch(aclmdlAIPP *aippParmsSet, int8_t rbuvSwapSwitch)

Parameters

Parameter

Input/Output

Description

aippParmsSet

Output

Pointer to the dynamic AIPP parameter object.

Call aclmdlCreateAIPP in advance to create data of the aclmdlAIPP type.

rbuvSwapSwitch

Input

RB or UV channel swap enable.

  • 0: disabled
  • 1: enabled

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.