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);
576 Section_t * ExifSection;
596 Section_t * ExifSection;
661 Section_t * ExifSection;
741 Section_t ExifKeeper;
742 Section_t CommentKeeper;
743 Section_t IptcKeeper;
744 Section_t XmpKeeper
    [all...]
jhead.h 57 }Section_t;
236 void ShowXmp(Section_t XmpSection);
259 Section_t * FindSection(int SectionType);
260 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);
312 Section_t* ExifSection = FindSection(M_EXIF);
446 Section_t* ExifSection = FindSection(M_EXIF);
483 Section_t* ExifSection = FindSection(M_EXIF);
jhead.c 891 Section_t * IptcSection;
945 Section_t * CommentSec;
    [all...]
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 89 Section_t* exif_section = NULL;
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 90 Section_t* exif_section = NULL;
    [all...]

Completed in 702 milliseconds