HomeSort by relevance Sort by last modified time
    Searched refs:ExifLong (Results 1 - 12 of 12) sorted by null

  /external/libexif/libexif/
exif-mem.h 39 typedef void * (* ExifMemAllocFunc) (ExifLong s);
47 typedef void * (* ExifMemReallocFunc) (void *p, ExifLong s);
76 void *exif_mem_alloc (ExifMem *m, ExifLong s);
77 void *exif_mem_realloc (ExifMem *m, void *p, ExifLong s);
exif-utils.h 54 typedef uint32_t ExifLong; /* 4 bytes */
60 typedef struct {ExifLong numerator; ExifLong denominator;} ExifRational;
84 /*! Retrieve an #ExifLong value from memory.
90 ExifLong exif_get_long (const unsigned char *b, ExifByteOrder order);
134 /*! Store an ExifLong value into memory in EXIF format.
141 ExifLong value);
exif-mem.c 14 exif_mem_alloc_func (ExifLong ds)
21 exif_mem_realloc_func (void *d, ExifLong ds)
79 exif_mem_alloc (ExifMem *mem, ExifLong ds)
89 exif_mem_realloc (ExifMem *mem, void *d, ExifLong ds)
exif-utils.c 33 ExifLong l;
164 ExifLong
171 exif_set_long (unsigned char *b, ExifByteOrder order, ExifLong value)
exif-content.c 60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent));
64 (ExifLong) sizeof (ExifContentPrivate));
exif-data.c 308 unsigned int ds, ExifLong o, ExifLong s)
362 ExifLong o, thumbnail_offset = 0, thumbnail_length = 0;
787 ExifLong offset;
    [all...]
exif-entry.c 295 r.numerator = (ExifLong) sr.numerator;
296 r.denominator = (ExifLong) sr.denominator;
328 sr.numerator = (ExifLong) r.numerator;
329 sr.denominator = (ExifLong) r.denominator;
449 ExifLong v_long;
    [all...]
  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 193 ExifLong vl;
exif-mnote-data-fuji.c 156 ExifLong c;
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 311 ExifLong vl;
  /external/libexif/libexif/canon/
mnote-canon-entry.c 554 ExifLong vl;
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 276 ExifLong vl;

Completed in 627 milliseconds