HomeSort by relevance Sort by last modified time
    Searched refs:ExifLong (Results 1 - 14 of 14) 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...]
  /hardware/libhardware/modules/camera/3_4/arc/
exif_utils.cpp 33 ExifLong degrees = static_cast<ExifLong>(num);
34 ExifLong minutes = static_cast<ExifLong>(60 * (num - degrees));
35 ExifLong microseconds =
36 static_cast<ExifLong>(3600000000u * (num - degrees - minutes / 60.0));
227 {static_cast<ExifLong>(altitude * 1000), 1000});
258 {static_cast<ExifLong>(t.tm_hour), 1});
260 {static_cast<ExifLong>(t.tm_min), 1});
263 {static_cast<ExifLong>(t.tm_sec), 1})
    [all...]
  /hardware/interfaces/camera/common/1.0/default/
Exif.cpp 354 ExifLong degrees = static_cast<ExifLong>(num);
355 ExifLong minutes = static_cast<ExifLong>(60 * (num - degrees));
356 ExifLong microseconds =
357 static_cast<ExifLong>(3600000000u * (num - degrees - minutes / 60.0));
529 {static_cast<ExifLong>(altitude * 1000), 1000});
624 {static_cast<ExifLong>(t.tm_hour), 1});
626 {static_cast<ExifLong>(t.tm_min), 1});
629 {static_cast<ExifLong>(t.tm_sec), 1})
    [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 164 milliseconds