Changeset 1730 for branches/release-1_0
- Timestamp:
- 03/14/12 12:29:37 (14 months ago)
- Location:
- branches/release-1_0/platform/ixus220_elph300hs
- Files:
-
- 5 edited
-
platform_camera.h (modified) (2 diffs)
-
sub/100c/stubs_entry.S (modified) (1 diff)
-
sub/101a/stubs_entry.S (modified) (1 diff)
-
sub/101c/stubs_entry.S (modified) (1 diff)
-
sub/101g/stubs_entry.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/ixus220_elph300hs/platform_camera.h
r1699 r1730 49 49 #define DNG_BADPIXEL_VALUE_LIMIT 16 // Camera sensor apparently has bad pixels with value > 0 & <=16 50 50 51 #define CAM_DNG_LENS_INFO { 50,10, 700,10, 31,10, 59,10 } // See comments in camera.h51 #define CAM_DNG_LENS_INFO { 43,10, 215,10, 27,10, 59,10 } // See comments in camera.h 52 52 #define cam_CFAPattern 0x02010100 53 53 … … 61 61 #define CAM_JPEG_WIDTH 4000 62 62 #define CAM_JPEG_HEIGHT 3000 63 #define CAM_ACTIVE_AREA_X1 9664 #define CAM_ACTIVE_AREA_Y1 2465 #define CAM_ACTIVE_AREA_X2 41 6866 #define CAM_ACTIVE_AREA_Y2 30 6063 #define CAM_ACTIVE_AREA_X1 120 64 #define CAM_ACTIVE_AREA_Y1 36 65 #define CAM_ACTIVE_AREA_X2 4136 66 #define CAM_ACTIVE_AREA_Y2 3040 67 67 #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData 68 68 #undef CAM_SENSOR_BITS_PER_PIXEL -
branches/release-1_0/platform/ixus220_elph300hs/sub/100c/stubs_entry.S
r1721 r1730 34 34 DEF(zoom_status ,0x0000ded8) // Found @0xffb078a0 35 35 DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240 36 // focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 37 // each entry contains 3 int value(s), the first is the zoom focus length. 38 // there are 64 entries in the table - set NUM_FL to 64 39 //DEF(focus_len_table ,0xfffea288) // Found @0xfffea288, stubs_min = 0xfffea288 (0xfffea288) 36 40 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 41 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 -
branches/release-1_0/platform/ixus220_elph300hs/sub/101a/stubs_entry.S
r1721 r1730 34 34 DEF(zoom_status ,0x0000ded8) // Found @0xffb078b8 35 35 DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240 36 // focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 37 // each entry contains 3 int value(s), the first is the zoom focus length. 38 // there are 64 entries in the table - set NUM_FL to 64 39 //DEF(focus_len_table ,0xfffea288) // Found @0xfffea288, stubs_min = 0xfffea288 (0xfffea288) 36 40 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 41 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 -
branches/release-1_0/platform/ixus220_elph300hs/sub/101c/stubs_entry.S
r1721 r1730 34 34 DEF(zoom_status ,0x0000ded8) // Found @0xffb078cc 35 35 DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240 36 // focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 37 // each entry contains 3 int value(s), the first is the zoom focus length. 38 // there are 64 entries in the table - set NUM_FL to 64 39 //DEF(focus_len_table ,0xfffea288) // Found @0xfffea288, stubs_min = 0xfffea288 (0xfffea288) 36 40 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 41 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 -
branches/release-1_0/platform/ixus220_elph300hs/sub/101g/stubs_entry.S
r1721 r1730 34 34 DEF(zoom_status ,0x0000ded8) // Found @0xffb07900 35 35 DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240 36 // focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 37 // each entry contains 3 int value(s), the first is the zoom focus length. 38 // there are 64 entries in the table - set NUM_FL to 64 39 //DEF(focus_len_table ,0xfffea288) // Found @0xfffea288, stubs_min = 0xfffea288 (0xfffea288) 36 40 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 41 DEF(focus_busy ,0x00006b68) // Found @0xff97af60
Note: See TracChangeset
for help on using the changeset viewer.