HomeSort by relevance Sort by last modified time
    Searched refs:M_EXIF (Results 1 - 9 of 9) 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 255 case M_EXIF:
446 case M_EXIF:
577 ExifSection = FindSection(M_EXIF);
629 ExifSection = FindSection(M_EXIF);
709 ExifSection = FindSection(M_EXIF);
753 if (Sections[a].Type == M_EXIF && ExifKeeper.Type == 0){
808 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){
870 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){
971 case M_EXIF:
1004 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first
    [all...]
main.c 173 Section_t* ExifSection = FindSection(M_EXIF);
312 Section_t* ExifSection = FindSection(M_EXIF);
446 Section_t* ExifSection = FindSection(M_EXIF);
483 Section_t* ExifSection = FindSection(M_EXIF);
jhead.h 280 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data!
jhead.c 438 if (FindSection(M_EXIF) == NULL){
    [all...]
exif.c     [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 803 Section_t* section = FindSection(M_EXIF);
835 Section_t* section = FindSection(M_EXIF);
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 100 exif_section = FindSection(M_EXIF);
    [all...]

Completed in 480 milliseconds