OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIF_IFD_COUNT
(Results
1 - 7
of
7
) sorted by null
/external/libexif/libexif/
exif-ifd.h
31
EXIF_IFD_COUNT
/*!< Not a real value, just (max_value + 1). */
exif-entry.h
177
* \return #ExifIfd, or #
EXIF_IFD_COUNT
on error
179
#define exif_entry_get_ifd(e) ((e)?exif_content_get_ifd((e)->parent):
EXIF_IFD_COUNT
)
exif-data.h
49
ExifContent *ifd[
EXIF_IFD_COUNT
];
exif-content.c
236
if (!c || !c->parent) return
EXIF_IFD_COUNT
;
244
EXIF_IFD_COUNT
;
exif-data.c
124
for (i = 0; i <
EXIF_IFD_COUNT
; i++) {
372
if ((((int)ifd) < 0) || ( ((int)ifd) >=
EXIF_IFD_COUNT
))
519
for (i = 0; i <
EXIF_IFD_COUNT
; i++)
522
if (i ==
EXIF_IFD_COUNT
)
1033
for (i = 0; i <
EXIF_IFD_COUNT
; i++) {
1069
for (i = 0; i <
EXIF_IFD_COUNT
; i++) {
1106
for (i = 0; i <
EXIF_IFD_COUNT
; i++)
1159
for (i = 0; i <
EXIF_IFD_COUNT
; i++)
[
all
...]
exif-tag.c
59
ExifSupportLevel esl[
EXIF_IFD_COUNT
][EXIF_DATA_TYPE_COUNT];
[
all
...]
/external/libexif/test/
test-tagtable.c
161
EXIF_IFD_COUNT
, EXIF_DATA_TYPE_UNKNOWN) ==
165
EXIF_IFD_COUNT
, EXIF_DATA_TYPE_COMPRESSED) ==
206
EXIF_TAG_EXIF_VERSION,
EXIF_IFD_COUNT
) == NULL)
Completed in 442 milliseconds