DeInit

Function Usage

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

It is applicable to functions other than video decoding and encoding. For the video decoding deinitialization, use DeInitVdec; for the video encoding deinitialization, use DeInitVenc.

Prototype

1
APP_ERROR DvppWrapper::DeInit(void);

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.