OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exifTagCount
(Results
1 - 3
of
3
) sorted by null
/external/jhead/
exif.c
[
all
...]
main.c
235
int
exifTagCount
= 0;
263
++
exifTagCount
;
323
create_EXIF(exifElementTable,
exifTagCount
, gpsTagCount, hasDateTimeTag);
jhead.h
184
void create_EXIF(ExifElement_t* elements, int
exifTagCount
, int gpsTagCount, int hasDateTimeTag);
Completed in 85 milliseconds