2
0
31
168
299
133
1.下面这两个结构体是本文件的核心结构体。 struct ipu_ch_param_word { uint32_t data[5]; uint32_t res[3]; }; struct ipu_ch_param { struct ipu_ch_param_word word[2]; }; 因为CPMEM是两个160位的word,所以每个word使用5个uint32_t类型来表示...