Searched defs:NestingLevel (Results 1 - 1 of 1) sorted by relevance

/external/jhead/
H A Dexif.c544 unsigned ExifLength, int NestingLevel)
554 if (NestingLevel > 4){
560 IndentString[NestingLevel * 4] = '\0';
954 ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1);
1016 ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1);
543 ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, unsigned ExifLength, int NestingLevel) argument

Completed in 73 milliseconds