OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIF_IFD_GPS
(Results
1 - 7
of
7
) sorted by null
/external/libexif/libexif/
exif-ifd.h
29
EXIF_IFD_GPS
, /*!< */
exif-ifd.c
34
{
EXIF_IFD_GPS
, "GPS"},
exif-data.h
256
exif_content_get_entry(d->ifd[
EXIF_IFD_GPS
],t) ? \
257
exif_content_get_entry(d->ifd[
EXIF_IFD_GPS
],t) : \
exif-content.c
242
((c)->parent->ifd[
EXIF_IFD_GPS
] == (c)) ?
EXIF_IFD_GPS
:
exif-data.c
422
CHECK_REC (
EXIF_IFD_GPS
);
423
exif_data_load_data_content (data,
EXIF_IFD_GPS
, d, ds, o, recursion_depth + 1);
540
if (data->ifd[
EXIF_IFD_GPS
]->count)
615
if (data->ifd[
EXIF_IFD_GPS
]->count) {
625
data->ifd[
EXIF_IFD_GPS
], d, ds, *ds - 6);
[
all
...]
exif-tag.c
[
all
...]
/external/libexif/test/
test-tagtable.c
79
EXIF_IFD_GPS
, EXIF_DATA_TYPE_COMPRESSED) ==
92
EXIF_IFD_GPS
, EXIF_DATA_TYPE_COMPRESSED) ==
96
EXIF_IFD_GPS
, EXIF_DATA_TYPE_UNKNOWN) ==
152
EXIF_IFD_GPS
, EXIF_DATA_TYPE_COMPRESSED) ==
156
EXIF_IFD_GPS
, EXIF_DATA_TYPE_UNKNOWN) ==
181
EXIF_TAG_GPS_VERSION_ID,
EXIF_IFD_GPS
),
197
EXIF_TAG_GPS_LATITUDE_REF,
EXIF_IFD_GPS
),
Completed in 44 milliseconds