projects
/
barrelfish
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
(library) driver for face detection that can run inside the kernel right now.
[barrelfish]
/
usr
/
drivers
/
omap44xx
/
fdif
/
fdif.h
1
#include <barrelfish/barrelfish.h>
2
3
void play_with_fdif(void);
4
5
struct gimage {
6
uint32_t width;
7
uint32_t height;
8
uint32_t bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */
9
uint8_t pixel_data[320 * 240];
10
};