Home
last modified time | relevance | path

Searched refs:kWhitespace (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp325 static const char kWhitespace[] = in appendIndent() local
329 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
331 s->append(kWhitespace, indent); in appendIndent()
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp634 static const char kWhitespace[] = " "; in parseChunk()
635 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth]; in parseChunk()