Home
last modified time | relevance | path

Searched refs:calib_camgroup (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A DRkAiqCalibDbV2.h66 static int CamCalibDbCamgroupFree(CamCalibDbCamgroup_t* calib_camgroup);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp328 CamCalibDbCamgroup_t* calib_camgroup = in createCalibDbCamgroup() local
330 ret = j2s_json_file_to_root_struct(&ctx, jsfile, calib_camgroup); in createCalibDbCamgroup()
334 CamCalibDbCamgroupFree(calib_camgroup); in createCalibDbCamgroup()
338 return calib_camgroup; in createCalibDbCamgroup()
341 int RkAiqCalibDbV2::CamCalibDbCamgroupFree(CamCalibDbCamgroup_t* calib_camgroup) in CamCalibDbCamgroupFree() argument
343 if (calib_camgroup) in CamCalibDbCamgroupFree()
344 free(calib_camgroup); in CamCalibDbCamgroupFree()