InitJpegDecodeChannel

Function Usage

JPEGD image channel initialization function for JPEG decoding.

Not supported by the Atlas 800I A2 inference product.

Prototype

1
APP_ERROR ImageProcessor::InitJpegDecodeChannel(const JpegDecodeChnConfig& config = JPEG_DECODE_CHN_CONFIG);

Parameters

Parameter

Input/Output

Description

config

Input

Channel configuration parameter. The default value is JPEG_DECODE_CHN_CONFIG.

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.