Searched refs:meshxf (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 | 64 fecCtx->meshxf = fecCtx->fec_mem_info->meshxf; 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() 236 fecCtx->meshxf, fecCtx->meshyi, fecCtx->meshyf); in read_mesh_table() 268 … unsigned int num = fread(fecCtx->meshxf, 1, fecCtx->fec_mesh_size * sizeof(unsigned char), ofp); in read_mesh_table() 462 if (fecCtx->meshxf) { in prepare() 463 free(fecCtx->meshxf); in prepare() 464 fecCtx->meshxf = NULL; in prepare() 475 fecCtx->meshxf = (unsigned char*)malloc(fecCtx->fec_mesh_size * sizeof(unsigned char)); in prepare()
|
| H A D | rk_aiq_types_afec_algo_prvt.h | 74 unsigned char* meshxf; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | remap_backend.h | 77 MeshXf(mem->meshxf), in FecMeshBuffer()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/ |
| H A D | rk_aiq_types_priv.h | 224 unsigned char *meshxf; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CamHwIsp20.cpp | 5025 mem_info_array[i].meshxf = in allocMemResource()
|