Searched refs:meshxi (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/ |
| H A D | rk_aiq_algo_afec_itf.cpp | 63 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 D | rk_aiq_types_afec_algo_prvt.h | 73 unsigned short* meshxi; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | remap_backend.h | 76 MeshXi(mem->meshxi), in FecMeshBuffer()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/ |
| H A D | rk_aiq_types_priv.h | 226 unsigned short *meshxi; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CamHwIsp20.cpp | 5029 mem_info_array[i].meshxi = in allocMemResource()
|