OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIF_TAG_MAKE
(Results
1 - 7
of
7
) sorted by null
/external/libexif/contrib/examples/
photographer.c
103
entry = exif_content_get_entry(ed->ifd[EXIF_IFD_0],
EXIF_TAG_MAKE
);
cam_features.c
111
EXIF_TAG_MAKE
= 0x010f,
126
exif_entry_initialize (pE,
EXIF_TAG_MAKE
);
/external/libexif/libexif/
exif-tag.h
46
EXIF_TAG_MAKE
= 0x010f,
exif-entry.c
1045
e->parent->parent->ifd[EXIF_IFD_0],
EXIF_TAG_MAKE
);
[
all
...]
exif-tag.c
260
{
EXIF_TAG_MAKE
, "Make", N_("Manufacturer"),
[
all
...]
/external/libexif/libexif/canon/
exif-mnote-data-canon.c
353
ExifEntry *em = exif_data_get_entry (ed,
EXIF_TAG_MAKE
);
/external/libexif/libexif/olympus/
exif-mnote-data-olympus.c
615
ExifEntry *em = exif_data_get_entry (ed,
EXIF_TAG_MAKE
);
Completed in 46 milliseconds