Searched refs:mesh_file (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | rk_ispfec.cpp | 143 char mesh_file[MESH_FILE_MAX_LEN] = {'\0'}; in _configure() local 149 … snprintf(mesh_file, MESH_FILE_MAX_LEN, "%s/%s", cfg->u.mesh_file_path, cfg->mesh_xint.mesh_file); in _configure() 150 ret = _load_mesh(mesh_file, cfg->mesh_xint.vir_addr, cfg->mesh_xint.size); in _configure() 156 … snprintf(mesh_file, MESH_FILE_MAX_LEN, "%s/%s", cfg->u.mesh_file_path, cfg->mesh_xfra.mesh_file); in _configure() 157 ret = _load_mesh(mesh_file, cfg->mesh_xfra.vir_addr, cfg->mesh_xfra.size); in _configure() 164 … snprintf(mesh_file, MESH_FILE_MAX_LEN, "%s/%s", cfg->u.mesh_file_path, cfg->mesh_yint.mesh_file); in _configure() 165 ret = _load_mesh(mesh_file, cfg->mesh_yint.vir_addr, cfg->mesh_yint.size); in _configure() 172 … snprintf(mesh_file, MESH_FILE_MAX_LEN, "%s/%s", cfg->u.mesh_file_path, cfg->mesh_yfra.mesh_file); in _configure() 173 ret = _load_mesh(mesh_file, cfg->mesh_yfra.vir_addr, cfg->mesh_yfra.size); in _configure()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include/ |
| H A D | rk_ispfec_api.h | 65 char mesh_file[64]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 2764 strcpy(g_ispfec_cfg.mesh_xint.mesh_file, "meshxi_level0.bin"); 2765 strcpy(g_ispfec_cfg.mesh_xfra.mesh_file, "meshxf_level0.bin"); 2766 strcpy(g_ispfec_cfg.mesh_yint.mesh_file, "meshyi_level0.bin"); 2767 strcpy(g_ispfec_cfg.mesh_yfra.mesh_file, "meshyf_level0.bin");
|