Home
last modified time | relevance | path

Searched refs:mesh_xfra (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A Drk_ispfec.cpp134 cfg->mesh_xfra.vir_addr, cfg->mesh_yfra.vir_addr); 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()
318 param.mesh_xfra_fd = ctx->_cfg.mesh_xfra.dmaFd; in rk_ispfec_api_process()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include/
H A Drk_ispfec_api.h79 mesh_info_t mesh_xfra; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp216 cfg->mesh_xfra.dmaFd = g_drm_buf_xfra.dmabuf_fd; in init_ispfec_bufs()
217 cfg->mesh_xfra.size = g_drm_buf_xfra.size; in init_ispfec_bufs()
218 cfg->mesh_xfra.vir_addr = g_drm_buf_xfra.map; in init_ispfec_bufs()
2765 strcpy(g_ispfec_cfg.mesh_xfra.mesh_file, "meshxf_level0.bin");