Code Review
/
apps
/
camera-gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix code review comments from https://gerrit.automotivelinux.org/gerrit/c/apps/camera...
[apps/camera-gstreamer.git]
/
app
/
utils.h
1
#ifndef __UTILS_H
2
#define __UTILS_H
3
4
#ifdef __cplusplus
5
extern "C" {
6
#endif
7
8
int
9
os_create_anonymous_file(off_t size);
10
11
const char*
12
get_first_camera_device(void);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif