OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exif_content_get_ifd
(Results
1 - 6
of
6
) sorted by null
/external/libexif/libexif/
exif-entry.h
179
#define exif_entry_get_ifd(e) ((e)?
exif_content_get_ifd
((e)->parent):EXIF_IFD_COUNT)
exif-content.h
112
ExifIfd
exif_content_get_ifd
(ExifContent *c);
exif-content.c
234
exif_content_get_ifd
(ExifContent *c)
function
280
ExifIfd ifd =
exif_content_get_ifd
(c);
exif-data.c
1232
switch (
exif_content_get_ifd
(c)) {
[
all
...]
/external/libexif/test/
test-parse.c
53
printf(" Content %p: ifd=%d\n", content,
exif_content_get_ifd
(content));
/frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp
763
ALOGI("content %d",
exif_content_get_ifd
(content));
[
all
...]
Completed in 832 milliseconds