Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dremap_backend.cpp48 static void WriteBinary(const std::string& path, void* buf, size_t size) { in WriteBinary() function
158 WriteBinary(pathxi, buf->MeshXi, sizeof(*buf->MeshXi) * config_.MeshSize); in WriteMeshToFile()
161 WriteBinary(pathxf, buf->MeshXf, sizeof(*buf->MeshXf) * config_.MeshSize); in WriteMeshToFile()
164 WriteBinary(pathyi, buf->MeshYi, sizeof(*buf->MeshYi) * config_.MeshSize); in WriteMeshToFile()
167 WriteBinary(pathyf, buf->MeshYf, sizeof(*buf->MeshYf) * config_.MeshSize); in WriteMeshToFile()