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

  /external/jhead/
jpgfile.c 18 static Section_t * Sections = NULL;
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
572 Section_t * ExifSection;
592 Section_t * ExifSection;
657 Section_t * ExifSection;
737 Section_t ExifKeeper;
738 Section_t CommentKeeper;
739 Section_t IptcKeeper;
740 Section_t XmpKeeper
    [all...]
jhead.h 56 }Section_t;
216 void ShowXmp(Section_t XmpSection);
239 Section_t * FindSection(int SectionType);
240 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
iptc.c 175 void ShowXmp(Section_t XmpSection)
main.c 173 Section_t* ExifSection = FindSection(M_EXIF);
307 Section_t* ExifSection = FindSection(M_EXIF);
441 Section_t* ExifSection = FindSection(M_EXIF);
jhead.c 891 Section_t * IptcSection;
945 Section_t * CommentSec;
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 798 Section_t* section = FindSection(M_EXIF);
831 Section_t* section = FindSection(M_EXIF);
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 78 Section_t* exif_section = NULL;
    [all...]

Completed in 65 milliseconds