Searched refs:MAX_LOG_SIZE (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | utils.cpp | 53 char pTraceTag[MAX_LOG_SIZE] = {0}; in WelsLog() 56 … WelsSnprintf (pTraceTag, MAX_LOG_SIZE, "[OpenH264] this = 0x%p, Error:", logCtx->pCodecInstance); in WelsLog() 59 …WelsSnprintf (pTraceTag, MAX_LOG_SIZE, "[OpenH264] this = 0x%p, Warning:", logCtx->pCodecInstance); in WelsLog() 62 WelsSnprintf (pTraceTag, MAX_LOG_SIZE, "[OpenH264] this = 0x%p, Info:", logCtx->pCodecInstance); in WelsLog() 65 … WelsSnprintf (pTraceTag, MAX_LOG_SIZE, "[OpenH264] this = 0x%p, Debug:", logCtx->pCodecInstance); in WelsLog() 68 … WelsSnprintf (pTraceTag, MAX_LOG_SIZE, "[OpenH264] this = 0x%p, Detail:", logCtx->pCodecInstance); in WelsLog() 71 WelsStrcat (pTraceTag, MAX_LOG_SIZE, kpFmt); in WelsLog()
|
D | welsCodecTrace.cpp | 80 char pBuf[MAX_LOG_SIZE] = {0}; in CodecTrace() 81 WelsVsnprintf (pBuf, MAX_LOG_SIZE, Str_Format, vl); // confirmed_safe_unsafe_usage in CodecTrace()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_log.c | 55 char buff[MAX_LOG_SIZE]; in cil_vlog() 56 int n = vsnprintf(buff, MAX_LOG_SIZE, msg, args); in cil_vlog() 59 if (n >= MAX_LOG_SIZE) { in cil_vlog()
|
D | cil_log.h | 36 #define MAX_LOG_SIZE 512 macro
|
/third_party/mbedtls/tests/scripts/ |
D | travis-log-failure.sh | 35 MAX_LOG_SIZE=1048576 42 tail -c $MAX_LOG_SIZE $LOG
|
/third_party/openh264/codec/common/inc/ |
D | utils.h | 45 #define MAX_LOG_SIZE 1024 macro
|