Home
last modified time | relevance | path

Searched refs:meshxf (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.cpp64 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 Drk_aiq_types_afec_algo_prvt.h74 unsigned char* meshxf; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dremap_backend.h77 MeshXf(mem->meshxf), in FecMeshBuffer()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h224 unsigned char *meshxf; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp5025 mem_info_array[i].meshxf = in allocMemResource()