DeInit

Function Usage

DVPP deinitialization function, which must be used together with Init to destroy resources.

It does not support video decoding and video encoding. For the video decoding deinitialization, use DeInitVdec; for the video encoding deinitialization, use DeInitVenc.

Prototype

APP_ERROR DeInit(void);

Return Parameter Description

Data Structure

Description

APP_ERROR

Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file.