STFLIB_ISP_IsIqTuningDebugInfoEnable
The API is described in the following sections.
Description
Return the debug information print status of IQ tuning.
Syntax
The following code block shows the syntax of the API.
STFLIB_ISP_IsIqTuningDebugInfoEnable(
STF_VOID *pIspCtx
);
Parameter
The API has the following parameters.
Parameter | Description | Input/Output |
---|---|---|
pIspCtx | ISP context handle | Input |
Return
The API has the following return values.
Return | Description |
---|---|
1 | Enable |
0 | Disable |
Requirement
The file libISPC.a is required for using this API.