Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c255 case M_EXIF: in ReadJpegSections()
446 case M_EXIF: in ReadJpegSectionsFromBuffer()
577 ExifSection = FindSection(M_EXIF); in SaveThumbnail()
629 ExifSection = FindSection(M_EXIF); in ReplaceThumbnailFromBuffer()
709 ExifSection = FindSection(M_EXIF); in ReplaceThumbnail()
753 if (Sections[a].Type == M_EXIF && ExifKeeper.Type == 0){ in DiscardAllButExif()
808 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){ in WriteJpegFile()
870 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){ in WriteJpegToBuffer()
971 case M_EXIF: in RemoveUnknownSections()
1004 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()
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()
Djhead.h293 #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.c1528 RemoveSectionType(M_EXIF); in create_EXIF_internal()
1539 CreateSection(M_EXIF, NewBuf, DataWriteIndex); in create_EXIF_internal()