Searched refs:FrameId (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | remap_backend.cpp | 178 (*it)->FrameId = mesh->image_index; in Remap() 204 if (p->FrameId != (uint32_t)(-1) && p->FrameId <= last_result_id_) { in GetPendingHwResult() 205 LOGW_AEIS("Get pending result id %u PASSED !!!", p->FrameId); in GetPendingHwResult() 207 … } else if (last_result_id_ != (uint32_t)(-1) && p->FrameId - last_result_id_ > 1) { in GetPendingHwResult() 208 LOGV_AEIS("pending result id %u in FUTURE!!!", p->FrameId); in GetPendingHwResult() 210 if (min_id >= p->FrameId) { in GetPendingHwResult() 211 min_id = p->FrameId; in GetPendingHwResult() 222 LOGW_AEIS("Get pending result id %u SKIPPED ...", buf->FrameId); in GetPendingHwResult() 226 mesh->FrameId = buf->FrameId; in GetPendingHwResult() 232 last_result_id_ = buf->FrameId; in GetPendingHwResult() [all …]
|
| H A D | eis_algo_service.cpp | 255 dvs_mesh->image_index = mesh->FrameId; in Prepare() 265 dvs_mesh->image_index = mesh->FrameId = -1; in Prepare() 425 LOGD_AEIS("Got DVS result : id %u, idx %d, fd %d", mesh->FrameId, mesh->ImageBufferIndex, in GetProcResult() 428 output->frame_id = mesh->FrameId > 0 ? mesh->FrameId : 0; in GetProcResult() 436 if (mesh->FrameId == 1) remap_->WriteMeshToFile(mesh); in GetProcResult()
|
| H A D | remap_backend.h | 69 : FrameId(-1), in FecMeshBuffer() 89 uint32_t FrameId; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 25424 class FrameId(object): 25441 unwind_info = pending_frame.create_unwind_info(FrameId(sp, pc))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 25424 class FrameId(object): 25441 unwind_info = pending_frame.create_unwind_info(FrameId(sp, pc))
|