InitVdec
Function Usage
DVPP video decoding initialization function, which must be used together with DeInitVdec to allocate resources.
Prototype
APP_ERROR InitVdec(VdecConfig& vdecConfig);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
Input |
Video decoding configuration parameter. |
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: DvppWrapper