Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219204
b: refs/heads/master
c: ec73365
h: refs/heads/master
v: v3
  • Loading branch information
Michael Grzeschik authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 4a13d85 commit d068d3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 873ecd8f8f5eed877df74e54e7c20aee9ef887e5
refs/heads/master: ec73365bd47bb7e113f66d0d617676722c9447b1
16 changes: 8 additions & 8 deletions trunk/drivers/media/video/mt9m111.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@
#define MT9M111_OUTFMT_BYPASS_IFP (1 << 10)
#define MT9M111_OUTFMT_INV_PIX_CLOCK (1 << 9)
#define MT9M111_OUTFMT_RGB (1 << 8)
#define MT9M111_OUTFMT_RGB565 (0x0 << 6)
#define MT9M111_OUTFMT_RGB555 (0x1 << 6)
#define MT9M111_OUTFMT_RGB444x (0x2 << 6)
#define MT9M111_OUTFMT_RGBx444 (0x3 << 6)
#define MT9M111_OUTFMT_TST_RAMP_OFF (0x0 << 4)
#define MT9M111_OUTFMT_TST_RAMP_COL (0x1 << 4)
#define MT9M111_OUTFMT_TST_RAMP_ROW (0x2 << 4)
#define MT9M111_OUTFMT_TST_RAMP_FRAME (0x3 << 4)
#define MT9M111_OUTFMT_RGB565 (0 << 6)
#define MT9M111_OUTFMT_RGB555 (1 << 6)
#define MT9M111_OUTFMT_RGB444x (2 << 6)
#define MT9M111_OUTFMT_RGBx444 (3 << 6)
#define MT9M111_OUTFMT_TST_RAMP_OFF (0 << 4)
#define MT9M111_OUTFMT_TST_RAMP_COL (1 << 4)
#define MT9M111_OUTFMT_TST_RAMP_ROW (2 << 4)
#define MT9M111_OUTFMT_TST_RAMP_FRAME (3 << 4)
#define MT9M111_OUTFMT_SHIFT_3_UP (1 << 3)
#define MT9M111_OUTFMT_AVG_CHROMA (1 << 2)
#define MT9M111_OUTFMT_SWAP_YCbCr_C_Y (1 << 1)
Expand Down

0 comments on commit d068d3b

Please sign in to comment.