Changeset 9570 for trunk/psModules/src/camera
- Timestamp:
- Oct 13, 2006, 3:02:31 PM (20 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 3 edited
-
pmFPAConstruct.c (modified) (1 diff)
-
pmFPARead.c (modified) (1 diff)
-
pmFPAWrite.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r9539 r9570 368 368 } 369 369 newCell->config = psMemIncrRefCounter(cellData); 370 if (!pmConceptsReadCell(newCell, PM_CONCEPT_SOURCE_C AMERA| PM_CONCEPT_SOURCE_DEFAULTS,370 if (!pmConceptsReadCell(newCell, PM_CONCEPT_SOURCE_CELLS | PM_CONCEPT_SOURCE_DEFAULTS, 371 371 false, NULL)) { 372 372 psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from camera and defaults for chip %s, " -
trunk/psModules/src/camera/pmFPARead.c
r9321 r9570 191 191 192 192 // Make sure we have the information we need 193 if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_C AMERA|193 if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 194 194 PM_CONCEPT_SOURCE_DEFAULTS, true, NULL)) { 195 195 psError(PS_ERR_IO, false, "Failed to read concepts for cell.\n"); -
trunk/psModules/src/camera/pmFPAWrite.c
r8815 r9570 116 116 117 117 if (writeBlank || writeImage) { 118 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_C AMERA|118 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 119 119 PM_CONCEPT_SOURCE_DEFAULTS; 120 120 if (!pmConceptsWriteCell(cell, source, false, NULL)) { … … 162 162 163 163 if (writeBlank || writeImage) { 164 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_C AMERA|164 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 165 165 PM_CONCEPT_SOURCE_DEFAULTS; 166 166 if (!pmConceptsWriteChip(chip, source, false, true, NULL)) { … … 225 225 226 226 if (writeBlank || writeImage) { 227 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_C AMERA|227 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 228 228 PM_CONCEPT_SOURCE_DEFAULTS; 229 229 if (!pmConceptsWriteFPA(fpa, source, true, NULL)) {
Note:
See TracChangeset
for help on using the changeset viewer.
