hi_venc_jpeg_attr
Description
(Reserved) Defines the JPEG encoding attributes.
Prototype
typedef enum {
HI_VENC_PIC_RECV_SINGLE = 0,
HI_VENC_PIC_RECV_MULTI,
HI_VENC_PIC_RECV_BUTT
} hi_venc_pic_recv_mode;
typedef struct {
hi_bool dcf_en;
hi_venc_mpf_cfg mpf_cfg;
hi_venc_pic_recv_mode recv_mode;
} hi_venc_jpeg_attr;
Parent topic: VENC/JPEGE