HomeSort by relevance Sort by last modified time
    Searched refs:M_EXIF (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 60 #define M_EXIF 0xE1 /* Exif marker*/
JPEGTest.c 307 case M_EXIF:
    [all...]
  /external/jhead/
jpgfile.c 251 case M_EXIF:
382 ExifSection = FindSection(M_EXIF);
450 ExifSection = FindSection(M_EXIF);
494 if (Sections[a].Type == M_EXIF && ExifKeeper.Type == 0){
549 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){
648 case M_EXIF:
681 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first!
jhead.h 269 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data!
main.c 172 Section_t* ExifSection = FindSection(M_EXIF);
306 Section_t* ExifSection = FindSection(M_EXIF);
440 Section_t* ExifSection = FindSection(M_EXIF);
jhead.c 438 if (FindSection(M_EXIF) == NULL){
    [all...]
exif.c     [all...]

Completed in 197 milliseconds