Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
Dhexdump.cpp33 static const char kWhitespace[] = in appendIndent() local
37 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
39 s->append(kWhitespace, indent); in appendIndent()
DAMessage.cpp326 static const char kWhitespace[] = in appendIndent() local
330 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
332 s->append(kWhitespace, indent); in appendIndent()
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp635 static const char kWhitespace[] = " "; in parseChunk()
636 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth]; in parseChunk()