Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
e14c7478
Commit
e14c7478
authored
Apr 15, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add multichannel support to circbuf.c, fix formatting
parent
b6edd8a4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
443 additions
and
428 deletions
+443
-428
circbuf.c
src/drivers/elphel/circbuf.c
+427
-423
driver_numbers.h
src/include/elphel/driver_numbers.h
+16
-5
No files found.
src/drivers/elphel/circbuf.c
View file @
e14c7478
This diff is collapsed.
Click to expand it.
src/include/elphel/driver_numbers.h
View file @
e14c7478
...
@@ -27,12 +27,23 @@
...
@@ -27,12 +27,23 @@
#define IMAGERAW_MINOR_FPN 2
#define IMAGERAW_MINOR_FPN 2
#define IMAGERAW_MINOR_UNLOCK 3
#define IMAGERAW_MINOR_UNLOCK 3
#define CIRCBUF_MINOR
_CHN_OFFSET 3
0
#define CIRCBUF_MINOR
0x2
0
#define CIRCBUF_MINOR_CHN_0
3
0
#define CIRCBUF_MINOR_CHN_0
0x2
0
#define CIRCBUF_MINOR_CHN_1
3
1
#define CIRCBUF_MINOR_CHN_1
0x2
1
#define CIRCBUF_MINOR_CHN_2
3
2
#define CIRCBUF_MINOR_CHN_2
0x2
2
#define CIRCBUF_MINOR_CHN_3
3
3
#define CIRCBUF_MINOR_CHN_3
0x2
3
#define JPEGHEAD_MINOR 0x30
#define JPEGHEAD_MINOR_CHN_0 0x30
#define JPEGHEAD_MINOR_CHN_1 0x31
#define JPEGHEAD_MINOR_CHN_2 0x32
#define JPEGHEAD_MINOR_CHN_3 0x33
#define HUFFMAN_MINOR 0x40
#define HUFFMAN_MINOR_CHN_0 0x40
#define HUFFMAN_MINOR_CHN_1 0x41
#define HUFFMAN_MINOR_CHN_2 0x42
#define HUFFMAN_MINOR_CHN_3 0x43
#define CMOSCAM_MINOR_RWTABLES 9
#define CMOSCAM_MINOR_RWTABLES 9
#define CMOSCAM_MINOR_CIRCBUF 11
#define CMOSCAM_MINOR_CIRCBUF 11
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment