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
9408d96d
Commit
9408d96d
authored
Apr 20, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Init framepars from sensor_common
Remove unused initialization code and add some comments
parent
da331764
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
229 deletions
+56
-229
framepars.c
src/drivers/elphel/framepars.c
+51
-229
framepars.h
src/drivers/elphel/framepars.h
+3
-0
sensor_common.c
src/drivers/elphel/sensor_common.c
+2
-0
No files found.
src/drivers/elphel/framepars.c
View file @
9408d96d
This diff is collapsed.
Click to expand it.
src/drivers/elphel/framepars.h
View file @
9408d96d
...
@@ -62,4 +62,7 @@ inline void processParsSeq (struct sensorproc_t * sensorproc, int frame8, int ma
...
@@ -62,4 +62,7 @@ inline void processParsSeq (struct sensorproc_t * sensorproc, int frame8, int ma
void
processPars
(
struct
sensorproc_t
*
sensorproc
,
int
frame8
,
int
maxahead
);
void
processPars
(
struct
sensorproc_t
*
sensorproc
,
int
frame8
,
int
maxahead
);
///*** TODO: Add option (flag?) to write "single" (like single compress, single sensor) so it will not make all the next frames "single"
///*** TODO: Add option (flag?) to write "single" (like single compress, single sensor) so it will not make all the next frames "single"
int
framepars_init
(
struct
platform_device
*
pdev
);
int
framepars_remove
(
struct
platform_device
*
pdev
);
#endif
#endif
src/drivers/elphel/sensor_common.c
View file @
9408d96d
...
@@ -765,6 +765,8 @@ int image_acq_init(struct platform_device *pdev)
...
@@ -765,6 +765,8 @@ int image_acq_init(struct platform_device *pdev)
//init_pgm_proc (); /// setup pointers to functions (not sensor-specific)
//init_pgm_proc (); /// setup pointers to functions (not sensor-specific)
//MDD1(printk("reset_qtables()\n"));
//MDD1(printk("reset_qtables()\n"));
framepars_init
(
pdev
);
return
0
;
return
0
;
}
}
...
...
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