Searched refs:_fecGenMesh (Results 1 – 1 of 1) sorted by relevance
48 RkIspFecGenMesh* _fecGenMesh; member117 if (!ctx->_fecGenMesh) { in _configure()118 ctx->_fecGenMesh = new RkIspFecGenMesh(); in _configure()119 if (!ctx->_fecGenMesh) { in _configure()125 ret = ctx->_fecGenMesh->init(cfg->in_width, cfg->in_height, cfg->out_width, cfg->out_height, in _configure()133 ctx->_fecGenMesh->setMeshBuf(cfg->mesh_xint.vir_addr, cfg->mesh_yint.vir_addr, in _configure()136 ret = ctx->_fecGenMesh->genMesh(cfg->u.mesh_online.correct_level); in _configure()209 if (ctx->_fecGenMesh) { in rk_ispfec_api_deinit()210 ctx->_fecGenMesh->deinit(); in rk_ispfec_api_deinit()211 delete ctx->_fecGenMesh; in rk_ispfec_api_deinit()[all …]