| .. | .. |
|---|
| 541 | 541 | mt9t112_mcu_write(ret, client, VAR(18, 109), 0x0AF0); |
|---|
| 542 | 542 | |
|---|
| 543 | 543 | /* |
|---|
| 544 | | - * Flicker Dectection registers. |
|---|
| 544 | + * Flicker Detection registers. |
|---|
| 545 | 545 | * This section should be replaced whenever new timing file is |
|---|
| 546 | 546 | * generated. All the following registers need to be replaced. |
|---|
| 547 | 547 | * Following registers are generated from Register Wizard but user can |
|---|
| .. | .. |
|---|
| 887 | 887 | sel->r.top = 0; |
|---|
| 888 | 888 | sel->r.width = MAX_WIDTH; |
|---|
| 889 | 889 | sel->r.height = MAX_HEIGHT; |
|---|
| 890 | | - return 0; |
|---|
| 891 | | - case V4L2_SEL_TGT_CROP_DEFAULT: |
|---|
| 892 | | - sel->r.left = 0; |
|---|
| 893 | | - sel->r.top = 0; |
|---|
| 894 | | - sel->r.width = VGA_WIDTH; |
|---|
| 895 | | - sel->r.height = VGA_HEIGHT; |
|---|
| 896 | 890 | return 0; |
|---|
| 897 | 891 | case V4L2_SEL_TGT_CROP: |
|---|
| 898 | 892 | sel->r = priv->frame; |
|---|