Searched refs:CSI_LOCAL_BUF_ENTRY_SIZE (Results 1 – 1 of 1) sorted by relevance
46 #define CSI_LOCAL_BUF_ENTRY_SIZE 768 macro47 t_u8 csi_local_buff[MAX_CSI_LOCAL_BUF][CSI_LOCAL_BUF_ENTRY_SIZE] = {5208 memcpy(&csi_local_buff[csi_buff_stat.write_index][0], (t_u8 *)data, CSI_LOCAL_BUF_ENTRY_SIZE); in csi_save_data_to_local_buff()5228 …save_data_len = (save_data_len >= CSI_LOCAL_BUF_ENTRY_SIZE) ? CSI_LOCAL_BUF_ENTRY_SIZE : save_data… in csi_deliver_data_to_user()