Home
last modified time | relevance | path

Searched refs:meshxyFEC (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Ddvs_app.h115 struct meshxyFEC { struct
135 typedef int (*dvsFrameCallBackFEC)(struct dvsEngine* engine, meshxyFEC* mesh_fec); argument
199 meshxyFEC* pmesh_fec);
229 int dvsPutMesh(struct dvsEngine* engine, struct meshxyFEC* pmesh_fec);
H A Deis_loader.h33 …int image_width, int image_height, double clip_ratio_x, double clip_ratio_y, meshxyFEC* pmesh_fec);
35 using dvsPutMesh = int (*)(struct dvsEngine* engine, struct meshxyFEC* pmesh_fec);
H A Deis_algo_service.h79 int OnMeshCallback(struct dvsEngine* engine, struct meshxyFEC* mesh);
96 std::map<int, std::unique_ptr<meshxyFEC>> dvs_meshes_;
H A Deis_algo_service.cpp127 int EisAlgoAdaptor::OnMeshCallback(struct dvsEngine* engine, struct meshxyFEC* mesh) { in OnMeshCallback()
252 struct meshxyFEC* dvs_mesh = new meshxyFEC; in Prepare()
275 Callback<int(struct dvsEngine*, struct meshxyFEC*)>::func = std::bind( in Prepare()
278 Callback<int(struct dvsEngine*, struct meshxyFEC*)>::callback); in Prepare()
H A Dremap_backend.h34 struct meshxyFEC;
126 void Remap(struct meshxyFEC* mesh);
H A Dremap_backend.cpp170 void FecRemapBackend::Remap(meshxyFEC* mesh) { in Remap()