aclmdlSetAIPPInputFormat
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the input format of the source image in the dynamic AIPP scenario.
Prototype
aclError aclmdlSetAIPPInputFormat(aclmdlAIPP *aippParmsSet, aclAippInputFormat inputFormat)
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. |
inputFormat |
Input |
Format of the source image. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclmdlAIPP