#include <fpga_hal.h>
Definition at line 22 of file fpga_hal.h.
◆ FromCpu()
void ecvl::FpgaHal::FromCpu |
( |
Image & |
src | ) |
|
|
inlineoverride |
◆ GetInstance()
static FpgaHal* ecvl::FpgaHal::GetInstance |
( |
| ) |
|
|
static |
◆ MemAllocate()
uint8_t* ecvl::FpgaHal::MemAllocate |
( |
size_t |
nbytes | ) |
|
|
inlineoverride |
◆ MemCopy()
uint8_t* ecvl::FpgaHal::MemCopy |
( |
uint8_t * |
dst, |
|
|
const uint8_t * |
src, |
|
|
size_t |
nbytes |
|
) |
| |
|
inlineoverride |
◆ MemDeallocate()
void ecvl::FpgaHal::MemDeallocate |
( |
uint8_t * |
data | ) |
|
|
inlineoverride |
◆ ToCpu()
void ecvl::FpgaHal::ToCpu |
( |
Image & |
src | ) |
|
|
inlineoverride |
The documentation for this class was generated from the following file: