STFLIB_ISP_PIPELINE_StructUninitialize
The API is described in the following sections.
Description
Free all of allocated resource from the pipeline.
Syntax
The following code block shows the syntax of the API.
STFLIB_ISP_PIPELINE_StructUninitialize(
ST_PIPELINE *pstPipeline
);
Parameter
The API has the following parameters.
| Parameter | Description | Input/Output |
|---|---|---|
| pstPipeline | Pipeline handle | Input |
Return
The API has the following return values.
| Return | Description |
|---|---|
| 0 | Success |
| Other values | Failure |
Requirement
The file libCI_User.a is required for using this API.
