#include <algorithm>
#include <arm_neon.h>
#include <cmath>
#include <fcntl.h>
#include <fstream>
#include <unistd.h>
#include <aditof/log.h>
#include <linux/videodev2.h>
#include <memory>
#include <sstream>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unordered_map>
#include "buffer_processor.h"
Go to the source code of this file.
|
#define | CLEAR(x) memset(&(x), 0, sizeof(x)) |
|
|
static int | xioctl (int fh, unsigned int request, void *arg) |
|
◆ CLEAR
#define CLEAR |
( |
|
x | ) |
memset(&(x), 0, sizeof(x)) |
◆ xioctl()
static int xioctl |
( |
int |
fh, |
|
|
unsigned int |
request, |
|
|
void * |
arg |
|
) |
| |
|
static |
◆ depthComputeOpenSourceEnabled
uint8_t depthComputeOpenSourceEnabled = 0 |