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

  /external/jhead/
exif.c 551 char IndentString[25];
559 memset(IndentString, ' ', 25);
560 IndentString[NestingLevel * 4] = '\0';
638 printf("%s Maker note: ",IndentString);
648 printf("%s", IndentString);
653 printf("%s", IndentString);
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 49 static const char *IndentString(size_t n) {
739 IndentString(mStack.size()), Fourcc2String(type));
755 IndentString(mStack.size()), Fourcc2String(type));
765 IndentString(mStack.size()),
1086 IndentString(mStack.size() - 1),
    [all...]

Completed in 50 milliseconds