- Timestamp:
- 04/25/11 01:47:29 (2 years ago)
- Location:
- trunk/platform/ixus120_sd940
- Files:
-
- 6 edited
-
platform_camera.h (modified) (1 diff)
-
shooting.c (modified) (2 diffs)
-
sub/101a/stubs_entry_2.S (modified) (1 diff)
-
sub/102c/stubs_entry_2.S (modified) (1 diff)
-
sub/103b/stubs_entry_2.S (modified) (1 diff)
-
sub/103c/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus120_sd940/platform_camera.h
r1141 r1157 129 129 // see http://chdk.setepontos.com/index.php?topic=6179.0 130 130 131 #define CAM_DATE_FOLDER_NAMING 0x100 //Value found in the last function, which is called in GetImageFolder. (first compare) 131 132 //---------------------------------------------------------- 132 133 -
trunk/platform/ixus120_sd940/shooting.c
r1056 r1157 126 126 } 127 127 128 #if defined(CAM_DATE_FOLDER_NAMING) 129 void get_target_dir_name(char *out) { 130 extern void _GetImageFolder(char*,int,int,int); 131 out[0] = 'A'; 132 _GetImageFolder(out+1,get_file_next_counter(),CAM_DATE_FOLDER_NAMING,time(NULL)); 133 out[15] = '\0'; 134 } 135 #else 128 136 long get_target_dir_num() { 129 137 long n; … … 134 142 } 135 143 144 #endif 145 136 146 int circle_of_confusion = 5; -
trunk/platform/ixus120_sd940/sub/101a/stubs_entry_2.S
r1149 r1157 74 74 NHSTUB(time, 0xFF87EAE4) 75 75 NHSTUB(UnlockMainPower, 0xFF88A9B4) 76 NHSTUB(GetImageFolder, 0xFF91901C) // function before 'GetCameraObjectTmpPath ERROR' string 76 77 NHSTUB(kbd_pwr_on , NULLSUB) 77 78 NHSTUB(kbd_pwr_off, NULLSUB) -
trunk/platform/ixus120_sd940/sub/102c/stubs_entry_2.S
r1127 r1157 94 94 NHSTUB(stat, 0xff83550c) 95 95 96 NHSTUB(GetImageFolder, 0xFFA1901C) // function before 'GetCameraObjectTmpPath ERROR' string 96 97 97 98 98 -
trunk/platform/ixus120_sd940/sub/103b/stubs_entry_2.S
r1134 r1157 91 91 NHSTUB(time, 0xFF87EAF0) // SD940 103b matched with SD940 103c ff87eb40 SystemTime 92 92 NHSTUB(UnlockMainPower, 0xFF88A9C0) // SD940 103b matched with SD940 103c ff88aa10 UnlockMainPower 93 93 NHSTUB(GetImageFolder, 0xFF919028) // function before 'GetCameraObjectTmpPath ERROR' string 94 94 95 95 //** obsolete / unknown / not found subs -
trunk/platform/ixus120_sd940/sub/103c/stubs_entry_2.S
r1067 r1157 103 103 NHSTUB(Unmount_FileSystem, NULLSUB) //** not found in SD90 or SD940-102c 104 104 NHSTUB(Mount_FileSystem, NULLSUB) //** not found in SD90 or SD940-102c 105 106 NHSTUB(GetImageFolder, 0xFF919078) // function before 'GetCameraObjectTmpPath ERROR' string
Note: See TracChangeset
for help on using the changeset viewer.