hi_isp_ctrl_proc_write

Description

Defines ISP PROC information.

Definition

typedef struct {
    hi_char *proc_buff;
    hi_u32   buff_len;
    hi_u32   write_len;
} hi_isp_ctrl_proc_write;

Members

Member

Description

proc_buff

Pointer to the buffer for storing the PROC information transferred from the ISP to the current algorithm

buff_len

Size (in byte) of the remaining space of the buffer for storing the PROC information transferred from the ISP to the current algorithm. The total size of the buffer is 8 KB.

write_len

Length (in byte) of the PROC information transferred from the current algorithm to the ISP

Restrictions

This API is required only when you use a customized 3A algorithm and require the PROC information that supports the 3A algorithm.