Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306254
b: refs/heads/master
c: 9c3444c
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed May 8, 2012
1 parent c04888e commit 6425ec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87920dd4d93924a4b4aba01078ab606406649a82
refs/heads/master: 9c3444c1b2127ab037a10785b671aec6f0713a4a
20 changes: 0 additions & 20 deletions trunk/drivers/media/video/omap3isp/isppreview.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,26 +121,6 @@ struct prev_params {
u8 brightness;
};

/*
* struct isptables_update - Structure for Table Configuration.
* @update: Specifies which tables should be updated.
* @flag: Specifies which tables should be enabled.
* @nf: Pointer to structure for Noise Filter
* @lsc: Pointer to LSC gain table. (currently not used)
* @gamma: Pointer to gamma correction tables.
* @cfa: Pointer to color filter array configuration.
* @wbal: Pointer to colour and digital gain configuration.
*/
struct isptables_update {
u32 update;
u32 flag;
struct omap3isp_prev_nf *nf;
u32 *lsc;
struct omap3isp_prev_gtables *gamma;
struct omap3isp_prev_cfa *cfa;
struct omap3isp_prev_wbal *wbal;
};

/* Sink and source previewer pads */
#define PREV_PAD_SINK 0
#define PREV_PAD_SOURCE 1
Expand Down

0 comments on commit 6425ec1

Please sign in to comment.