Changeset 847 for trunk/platform/a720/shooting.c
- Timestamp:
- 12/02/09 09:31:02 (3 years ago)
- File:
-
- 1 edited
-
trunk/platform/a720/shooting.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/a720/shooting.c
r515 r847 80 80 }; 81 81 82 static const CapturemodeMap modemap[] = { 83 { MODE_AUTO, 32768 }, 84 { MODE_P, 32772 }, 85 { MODE_TV, 32771 }, 86 { MODE_AV, 32770 }, 87 { MODE_M, 32769 }, 88 { MODE_VIDEO_STD, 2597 }, 89 { MODE_VIDEO_COMPACT, 2599 }, 90 { MODE_STITCH, 33290 }, 91 { MODE_SCN_WATER, 16406 }, 92 { MODE_SCN_AQUARIUM, 16407 }, 93 { MODE_SCN_NIGHT, 16398 }, 94 { MODE_SCN_GRASS, 16402 }, 95 { MODE_SCN_SNOW, 16403 }, 96 { MODE_SCN_BEACH, 16404 }, 97 { MODE_SCN_FIREWORK, 16405 }, 98 { MODE_INDOOR, 32785 }, 99 { MODE_KIDS_PETS, 32784 }, 100 { MODE_NIGHT_SNAPSHOT, 32779 }, 101 { MODE_LANDSCAPE, 32780 }, 102 { MODE_PORTRAIT, 32781 }, 103 }; 104 82 105 #include "../generic/shooting.c" 83 106
Note: See TracChangeset
for help on using the changeset viewer.