OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIF_TAG_USER_COMMENT
(Results
1 - 5
of
5
) sorted by null
/external/libexif/contrib/examples/
photographer.c
95
show_tag(ed, EXIF_IFD_EXIF,
EXIF_TAG_USER_COMMENT
);
write-exif.c
124
/* special header required for
EXIF_TAG_USER_COMMENT
*/
228
/* Create a
EXIF_TAG_USER_COMMENT
tag. This one must be handled
233
entry = create_tag(exif, EXIF_IFD_EXIF,
EXIF_TAG_USER_COMMENT
,
240
*
EXIF_TAG_USER_COMMENT
, so there is nothing more to do. */
/external/libexif/libexif/
exif-tag.h
110
EXIF_TAG_USER_COMMENT
= 0x9286,
exif-entry.c
349
case
EXIF_TAG_USER_COMMENT
:
885
case
EXIF_TAG_USER_COMMENT
:
[
all
...]
exif-tag.c
[
all
...]
Completed in 37 milliseconds