JpegEncodeChnConfig

Description

Defines the JPEG encoding channel.

Structure Definition

1
2
3
4
struct JpegEncodeChnConfig {
    uint32_t maxPicWidth = MAX_HIMPI_VENC_PIC_WIDTH;
    uint32_t maxPicHeight = MAX_HIMPI_VENC_PIC_HEIGHT;
};

Parameters

Parameter

Description

maxPicWidth

Width of the image encoding channel

maxPicHeight

Height of the image encoding channel