Searched refs:CamCalibDbContextIsp20_t (Results 1 – 3 of 3) sorted by relevance
39 return sizeof(CamCalibDbContextIsp20_t); in calibdbV1_ctx_size()43 return sizeof(CamCalibDbContextIsp20_t); in calibdbV1_ctx_size()48 return new (CamCalibDbContextIsp20_t); in calibdbV1_ctx_new()57 delete (CamCalibDbContextIsp20_t*)ctx; in calibdbV1_ctx_delete()160 CamCalibDbContextIsp20_t* calib = TO_CALIBDBV1_ISP20(pcalib); in persistCalib()161 ret |= persist(fd, sizeof(CamCalibDbContextIsp20_t), (char*)calib); in persistCalib()162 LOGD("CamCalibDbContextIsp20_t size %d bytes", sizeof(CamCalibDbContextIsp20_t)); in persistCalib()196 CamCalibDbContextIsp20_t* calib = TO_CALIBDBV1_ISP20(pcalib); in reconstructCalib()197 if (read(fd, calib, sizeof(CamCalibDbContextIsp20_t)) <= 0) in reconstructCalib()199 LOGD("CamCalibDbContextIsp20_t size %d bytes", sizeof(CamCalibDbContextIsp20_t)); in reconstructCalib()[all …]
22 ((CamCalibDbContextIsp20_t*)ctx)37 return CALIB_MODULE_PTR(ctx, CamCalibDbContextIsp20_t, module); \58 CALIB_MODULE_RELATIVE_OFFSET(CamCalibDbContextIsp20_t, nm)
2128 } CamCalibDbContextIsp20_t; typedef