OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exif_get_sshort
(Results
1 - 4
of
4
) sorted by null
/external/libexif/libexif/
exif-utils.h
82
ExifSShort
exif_get_sshort
(const unsigned char *b, ExifByteOrder order);
exif-utils.c
49
ss =
exif_get_sshort
(b + j * fs, o_orig);
87
exif_get_sshort
(const unsigned char *buf, ExifByteOrder order)
function
104
return (
exif_get_sshort
(buf, order) & 0xffff);
exif-entry.c
185
return (ExifShort)
exif_get_sshort
(buf, order);
489
v_sshort =
exif_get_sshort
(e->data, o);
[
all
...]
/external/libexif/libexif/olympus/
mnote-olympus-entry.c
641
vss =
exif_get_sshort
(entry->data+2*i, entry->order);
Completed in 43 milliseconds