Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo.cpp167 alsc_illu_case_resolution_t& current_res = illu_case->res_group[illu_case->current_res_idx]; in VignSelectLscProfiles()
509 if(strcmp(illu_case->res_group[i].resolution.name, name) == 0) { in GetLscResIdxByName()
597 if (illu_case.res_group) { in ClearContext()
600 if (illu_case.res_group[res_id].lsc_table_group) { in ClearContext()
601 free(illu_case.res_group[res_id].lsc_table_group); in ClearContext()
602 illu_case.res_group[res_id].lsc_table_group = NULL; in ClearContext()
607 free(illu_case.res_group); in ClearContext()
608 illu_case.res_group = NULL; in ClearContext()
720 illu_case.res_group = (alsc_illu_case_resolution_t*)malloc in UpdateLscCalibPara()
722 memset(illu_case.res_group, 0, illu_case.res_count * sizeof(alsc_illu_case_resolution_t)); in UpdateLscCalibPara()
[all …]
H A Drk_aiq_types_alsc_algo_prvt.h78 alsc_illu_case_resolution_t *res_group; member
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dattr.py280 res_group = result[res_name].group
281 if res_group not in match[group]: