Searched refs:MAX_DUMP_LENGTH (Results 1 – 3 of 3) sorted by relevance
30 constexpr uint32_t MAX_DUMP_LENGTH = 1024; variable230 uint32_t bufLength = info.size() > MAX_DUMP_LENGTH ? MAX_DUMP_LENGTH : info.size(); in OH_AVFormat_DumpInfo()
142 static const size_t MAX_DUMP_LENGTH = 100000; variable
119 if (result_.size() + 1 > DumpLog::MAX_DUMP_LENGTH) { in OutPutBySize()