InitPngDecodeChannel

Function Usage

PNGD image channel initialization function for PNG image decoding.

Prototype

1
APP_ERROR DvppWrapper::InitPngDecodeChannel(const PngDecodeChnConfig& config);

Parameters

Parameter

Input/Output

Description

config

Input

Channel configuration parameter.

The corresponding data structure is as follows (currently reserved):

1
struct PngDecodeChnConfig {}; 

Response Parameters

Data Structure

Description

APP_ERROR

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