OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExifSLong
(Results
1 - 4
of
4
) sorted by null
/external/libexif/libexif/
exif-utils.h
57
typedef int32_t
ExifSLong
; /* 4 bytes */
65
typedef struct {
ExifSLong
numerator;
ExifSLong
denominator;} ExifSRational;
92
/*! Retrieve an #
ExifSLong
value from memory.
98
ExifSLong
exif_get_slong (const unsigned char *b, ExifByteOrder order);
143
/*! Store an
ExifSLong
value into memory in EXIF format.
150
ExifSLong
value);
exif-utils.c
34
ExifSLong
sl;
129
ExifSLong
145
exif_set_slong (unsigned char *b, ExifByteOrder order,
ExifSLong
value)
exif-entry.c
452
ExifSLong
v_slong;
[
all
...]
/external/libexif/libexif/fuji/
mnote-fuji-entry.c
194
ExifSLong
vsl;
Completed in 517 milliseconds