Home
last modified time | relevance | path

Searched refs:remap_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Deis_algo_service.cpp122 remap_ = std::unique_ptr<FecRemapBackend>(new FecRemapBackend(config, mem_ops)); in CreateFecRemapBackend()
132 remap_->Remap(mesh); in OnMeshCallback()
134 auto* new_mesh = remap_->GetAvailUserBuffer(); in OnMeshCallback()
251 auto* mesh = remap_->AllocUserBuffer(); in Prepare()
257 dvs_mesh->mesh_size = remap_->GetConfig().MeshSize; in Prepare()
268 remap_->Remap(dvs_mesh); in Prepare()
422 auto* mesh = remap_->GetPendingHwResult(); in GetProcResult()
423 auto config = remap_->GetConfig(); in GetProcResult()
436 if (mesh->FrameId == 1) remap_->WriteMeshToFile(mesh); in GetProcResult()
444 remap_->FreeUserBuffer(mesh); in GetProcResult()
H A Deis_algo_service.h100 std::unique_ptr<FecRemapBackend> remap_; variable