DvppVdec

Function Usage

H.264/H.265 video decoding function of DVPP. Before calling this API, call InitVdec to initialize the video decoding function.

Prototype

1
APP_ERROR DvppWrapper::DvppVdec(DvppDataInfo& inputDataInfo, void* userData);

Parameters

Parameter

Input/Output

Description

inputDataInfo

Input

Decoded data.

  • The value range of inputDataInfo.width is [128, 4096].
  • The value range of inputDataInfo.height is [128, 4096].
  • The value of inputDataInfo.data cannot be empty and the value of inputDataInfo.dataSize cannot be 0.

userData

Input

User-defined data.

Response Parameters

Data Structure

Description

APP_ERROR

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