Searched defs:ExifLong (Results 1 - 1 of 1) sorted by relevance

/external/libexif/libexif/
H A Dexif-utils.h54 typedef uint32_t ExifLong; /* 4 bytes */ typedef
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);

Completed in 28 milliseconds