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 253 case M_EXIF:
442 case M_EXIF:
573 ExifSection = FindSection(M_EXIF);
625 ExifSection = FindSection(M_EXIF);
705 ExifSection = FindSection(M_EXIF);
749 if (Sections[a].Type == M_EXIF && ExifKeeper.Type == 0){
804 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){
866 if (Sections[0].Type != M_EXIF && Sections[0].Type != M_JFIF){
967 case M_EXIF:
1000 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);
jhead.h 279 #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 802 Section_t* section = FindSection(M_EXIF);
834 Section_t* section = FindSection(M_EXIF);
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 100 exif_section = FindSection(M_EXIF);
    [all...]

Completed in 2159 milliseconds