Searched refs:tableV1 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/ |
| H A D | iqconverter.cpp | 970 CalibDb_LscTableProfile_t* tableV1; in convert() local 1030 tableV1 = calibv1_lsc->tableAll + i; in convert() 1034 strcpy(tableV2->name, tableV1->name); in convert() 1035 strcpy(tableV2->resolution, tableV1->resolution); in convert() 1036 strcpy(tableV2->illumination, tableV1->illumination); in convert() 1037 tableV2->vignetting = tableV1->vignetting; in convert() 1043 …memcpy(lsc_v2.common.resolutionAll[j].lsc_sect_size_x, tableV1->LscXSizeTbl, sizeof(tableV1->LscXS… in convert() 1044 …memcpy(lsc_v2.common.resolutionAll[j].lsc_sect_size_y, tableV1->LscYSizeTbl, sizeof(tableV1->LscYS… in convert() 1046 …memcpy(lsc_v2.common.resolutionAll[j].lsc_sect_size_x, tableV1->LscXSizeTbl, sizeof(tableV1->LscXS… in convert() 1047 …memcpy(lsc_v2.common.resolutionAll[j].lsc_sect_size_x+8, tableV1->LscXSizeTbl, sizeof(tableV1->Lsc… in convert() [all …]
|