Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp30 constexpr uint32_t MAX_DUMP_LENGTH = 1024; variable
230 uint32_t bufLength = info.size() > MAX_DUMP_LENGTH ? MAX_DUMP_LENGTH : info.size(); in OH_AVFormat_DumpInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.h142 static const size_t MAX_DUMP_LENGTH = 100000; variable
H A Ddump_log.cpp119 if (result_.size() + 1 > DumpLog::MAX_DUMP_LENGTH) { in OutPutBySize()