hi_venc_mjpeg_fixqp

Description

(Reserved) Defines the FIXQP attributes of an MJPEG encoding channel.

Prototype

typedef struct {
    hi_u32 src_frame_rate; // RW; Range:[1, 240]; the input frame rate of the venc channel
    hi_u32 dst_frame_rate; // RW; Range:[1, 240]; the target frame rate of the venc channel,
                           // can not be larger than src_frame_rate
    hi_u32 qfactor; // RW; Range:[1,99];image quality.
} hi_venc_mjpeg_fixqp;