Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c251 case M_EXIF: in ReadJpegSections()
382 ExifSection = FindSection(M_EXIF); in SaveThumbnail()
450 ExifSection = FindSection(M_EXIF); in ReplaceThumbnail()
494 if (Sections[a].Type == M_EXIF && ExifKeeper.Type == 0){ in DiscardAllButExif()
549 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){ in WriteJpegFile()
648 case M_EXIF: in RemoveUnknownSections()
681 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()
Dmain.c172 Section_t* ExifSection = FindSection(M_EXIF); in copyThumbnailData()
306 Section_t* ExifSection = FindSection(M_EXIF); in saveAttributes()
440 Section_t* ExifSection = FindSection(M_EXIF); in getThumbnail()
Djhead.h269 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data! macro
Djhead.c438 if (FindSection(M_EXIF) == NULL){
1092 ExifSection = FindSection(M_EXIF);
1111 if (RemoveSectionType(M_EXIF)) Modified = TRUE;
Dexif.c1368 RemoveSectionType(M_EXIF); in create_EXIF()
1379 CreateSection(M_EXIF, NewBuf, DataWriteIndex); in create_EXIF()