Searched refs:lsc_com (Results 1 – 1 of 1) sorted by relevance
1272 const CalibDbV2_Lsc_Common_t& lsc_com = hAlsc->calibLscV2->common; in AlscPrepare() local1274 for(int i = 0; i < lsc_com.resolutionAll_len; i++) { in AlscPrepare()1275 if (strcmp(lsc_com.resolutionAll[i].name, hAlsc->cur_res.name) == 0) { in AlscPrepare()1276 calib_lsc_res = &lsc_com.resolutionAll[i]; in AlscPrepare()