InitJpegDecodeChannel

Function Usage

JPEG image channel initialization function for JPEG decoding.

Prototype

1
APP_ERROR DvppWrapper::InitJpegDecodeChannel(const JpegDecodeChnConfig& config);

Parameters

Parameter

Input/Output

Description

config

Input

Channel configuration parameter.

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

1
struct JpegDecodeChnConfig {};

Response Parameters

Data Structure

Description

APP_ERROR

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