Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Drk_aiq_algo_afec_itf.cpp63 fecCtx->meshxi = fecCtx->fec_mem_info->meshxi; in get_fec_buf()
76 int* meshxi, int* meshxf, int* meshyi, int* meshyf) { in gen_mesh_table() argument
233 fecCtx->meshxi, fecCtx->meshyi, fecCtx->meshxf, fecCtx->meshyf); in read_mesh_table()
235 ret = genFECMeshNLevel(fecCtx->fecParams, fecCtx->camCoeff, correct_level, fecCtx->meshxi, in read_mesh_table()
250 … unsigned int num = fread(fecCtx->meshxi, 1, fecCtx->fec_mesh_size * sizeof(unsigned short), ofp); in read_mesh_table()
458 if (fecCtx->meshxi) { in prepare()
459 free(fecCtx->meshxi); in prepare()
460 fecCtx->meshxi = NULL; in prepare()
474 fecCtx->meshxi = (unsigned short*)malloc(fecCtx->fec_mesh_size * sizeof(unsigned short)); in prepare()
H A Drk_aiq_types_afec_algo_prvt.h73 unsigned short* meshxi; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dremap_backend.h76 MeshXi(mem->meshxi), in FecMeshBuffer()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h226 unsigned short *meshxi; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp5029 mem_info_array[i].meshxi = in allocMemResource()