Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypes.h164 calibdb_ctx_member_offset_info_t* ctx_offset_infos = ctx_info->offset_info; in calibdb_get_module_ptr() local
165 while (ctx_offset_infos->module_name != NULL) { in calibdb_get_module_ptr()
166 if (strcmp(ctx_offset_infos->module_name, module_name) == 0) in calibdb_get_module_ptr()
168 ctx_offset_infos++; in calibdb_get_module_ptr()
170 if (ctx_offset_infos->module_name != NULL) in calibdb_get_module_ptr()
171 return ((char*)(ctx) + ctx_offset_infos->offset); in calibdb_get_module_ptr()