Esempio n. 1
0
 DcsDecoder(TiffIFD *rootIFD, FileMap *file);
Esempio n. 2
0
 // A subset reusing the same data and starting at offset, with size bytes
 FileMap(FileMap* f, UInt32 offset, UInt32 size);
Esempio n. 3
0
 NakedDecoder(FileMap *file, Camera *c);
Esempio n. 4
0
 // A subset reusing the same data and starting at offset
 FileMap(FileMap* f, UInt32 offset);
Esempio n. 5
0
 TiffIFDBE(FileMap *f, UInt32 offset, UInt32 depth = 0);
Esempio n. 6
0
 RawParser(FileMap* input);
Esempio n. 7
0
public  TiffParser(FileMap* input);
Esempio n. 8
0
 ThreefrDecoder(TiffIFD *rootIFD, FileMap *file);