OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExifIfd
(Results
1 - 9
of
9
) sorted by null
/external/libexif/libexif/
exif-ifd.h
32
}
ExifIfd
;
41
const char *exif_ifd_get_name (
ExifIfd
ifd);
exif-ifd.c
28
ExifIfd
ifd;
40
exif_ifd_get_name (
ExifIfd
ifd)
exif-content.h
112
ExifIfd
exif_content_get_ifd (ExifContent *c);
exif-tag.h
219
const char *exif_tag_get_name_in_ifd (ExifTag tag,
ExifIfd
ifd);
228
const char *exif_tag_get_title_in_ifd (ExifTag tag,
ExifIfd
ifd);
237
const char *exif_tag_get_description_in_ifd (ExifTag tag,
ExifIfd
ifd);
251
ExifSupportLevel exif_tag_get_support_level_in_ifd (ExifTag tag,
ExifIfd
ifd,
exif-content.c
233
ExifIfd
262
ExifIfd
ifd = exif_entry_get_ifd(e) ;
280
ExifIfd
ifd = exif_content_get_ifd (c);
exif-tag.c
58
/*! indexed by the types [
ExifIfd
][ExifDataType] */
[
all
...]
exif-data.c
358
exif_data_load_data_content (ExifData *data,
ExifIfd
ifd,
371
/* check for valid
ExifIfd
enum range */
512
ExifIfd
i;
[
all
...]
/external/libexif/contrib/examples/
photographer.c
25
static void show_tag(ExifData *d,
ExifIfd
ifd, ExifTag tag)
write-exif.c
129
static ExifEntry *init_tag(ExifData *exif,
ExifIfd
ifd, ExifTag tag)
162
static ExifEntry *create_tag(ExifData *exif,
ExifIfd
ifd, ExifTag tag, size_t len)
Completed in 1869 milliseconds