hi_venc_mjpeg_fixqp
Description
(Reserved) Defines the FIXQP attributes of an MJPEG encoding channel.
Prototype
typedef struct {
hi_u32 src_frame_rate; // Input frame rate of the VENC channel, RW. Range:[1, 240].
hi_u32 dst_frame_rate; // Target frame rate of the VENC channel, RW. Range:[1, 240].
// Cannot be larger than src_frame_rate.
hi_u32 qfactor; // Image quality, RW. Range: [1, 99].
} hi_venc_mjpeg_fixqp;
Parent topic: VENC/JPEGE