Home
last modified time | relevance | path

Searched refs:Section_t (Results 1 – 5 of 5) sorted by relevance

/external/jhead/
Djpgfile.c18 static Section_t * Sections = NULL;
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated()
576 Section_t * ExifSection; in SaveThumbnail()
596 Section_t * ExifSection; in ReplaceThumbnailFromBuffer()
661 Section_t * ExifSection; in ReplaceThumbnail()
741 Section_t ExifKeeper; in DiscardAllButExif()
742 Section_t CommentKeeper; in DiscardAllButExif()
743 Section_t IptcKeeper; in DiscardAllButExif()
744 Section_t XmpKeeper; in DiscardAllButExif()
913 Section_t * FindSection(int SectionType) in FindSection()
[all …]
Djhead.h57 }Section_t; typedef
223 void ShowXmp(Section_t XmpSection);
246 Section_t * FindSection(int SectionType);
247 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
Dmain.c173 Section_t* ExifSection = FindSection(M_EXIF); in copyThumbnailData()
312 Section_t* ExifSection = FindSection(M_EXIF); in saveAttributes()
446 Section_t* ExifSection = FindSection(M_EXIF); in getThumbnail()
483 Section_t* ExifSection = FindSection(M_EXIF); in getThumbnailRange()
Diptc.c175 void ShowXmp(Section_t XmpSection) in ShowXmp()
Djhead.c891 Section_t * IptcSection;
945 Section_t * CommentSec;
1029 Section_t * CommentSec;
1058 Section_t * ExifSection;