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

  /external/jhead/
makernote.c 41 unsigned char * DirEntry;
42 DirEntry = DIR_ENTRY_ADDR(DirStart, de);
44 Tag = Get16u(DirEntry);
45 Format = Get16u(DirEntry+2);
46 Components = Get32u(DirEntry+4);
63 OffsetVal = Get32u(DirEntry+8);
77 ValuePtr = DirEntry+8;
gpsinfo.c 147 unsigned char * DirEntry;
148 DirEntry = DIR_ENTRY_ADDR(DirStart, de);
150 if (DirEntry+12 > OffsetBase+ExifLength){
155 Tag = Get16u(DirEntry);
156 Format = Get16u(DirEntry+2);
157 Components = Get32u(DirEntry+4);
175 OffsetVal = Get32u(DirEntry+8);
185 ValuePtr = DirEntry+8;
exif.c 512 unsigned char * DirEntry;
513 DirEntry = DIR_ENTRY_ADDR(DirStart, de);
515 Tag = Get16u(DirEntry);
516 Format = Get16u(DirEntry+2);
517 Components = Get32u(DirEntry+4);
534 OffsetVal = Get32u(DirEntry+8);
552 ValuePtr = DirEntry+8;
    [all...]
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 57 } DirEntry;
77 DirEntry *entries;
253 const DirEntry *a, *b;
274 local->entries = g_new (DirEntry, CHUNK_SIZE + 1);
301 qsort (local->entries, i, sizeof (DirEntry), sort_by_inode);
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 61 * Utility function to invoke callback once for each entry in dirEntry.
63 * @param {DirectoryEntry} dirEntry The directory entry to enumerate.
65 * dirEntry.
67 forEachDirEntry: function(dirEntry, callback) {
80 reader = dirEntry.createReader();
94 * @param {DirEntry} dirEntry The base directory.
98 * @param {function(!DirEntry)} successCallback The function to invoke for
99 * each DirEntry found. Also invoked once with null at the end of the
104 getDirectories: function(dirEntry, params, paths, successCallback
    [all...]

Completed in 127 milliseconds