Searched refs:expset (Results 1 – 4 of 4) sorted by relevance
20433 CALIBDB_MODULE_PTR_HELPER_RET(CalibDb_ExpSet_para_t, expset); in parseEntryExpSetGain2Reg()20442 uint8_t tempVal = expset->Gain2Reg.IsLinear; in parseEntryExpSetGain2Reg()20444 expset->Gain2Reg.IsLinear = (tempVal == 0 ? false : true); in parseEntryExpSetGain2Reg()20449 int no = ParseFloatArray(pthrdsubchild, expset->Gain2Reg.pGainRange, i); in parseEntryExpSetGain2Reg()20453 expset->Gain2Reg.array_size = i; in parseEntryExpSetGain2Reg()20457 int i = expset->Gain2Reg.array_size; in parseEntryExpSetGain2Reg()20462 int no = ParseFloatArray(pthrdsubchild, expset->Gain2Reg.pGainRange, i); in parseEntryExpSetGain2Reg()20471 expset->Gain2Reg.GainMode = RKAIQ_EXPGAIN_MODE_NONLINEAR_DB; in parseEntryExpSetGain2Reg()20474 expset->Gain2Reg.GainMode = RKAIQ_EXPGAIN_MODE_NONLINEAR_DB; in parseEntryExpSetGain2Reg()20481 if (expset->Gain2Reg.GainMode == RKAIQ_EXPGAIN_MODE_NONLINEAR_DB) { in parseEntryExpSetGain2Reg()[all …]
122 { "expset", CALIB_MODULE_RELATIVE_OFFSET_ISP21(expset)},
611 CalibDb_ExpSet_para_t expset; member
350 *(CalibDb_ExpSet_para_t*)CALIBDB_GET_MODULE_PTR((void*)calib, expset); in convertSensorinfoCalibV1ToCalibV2()