MCPcopy Create free account
hub / github.com/cisco/openh264 / StaticCodecTrace

Method StaticCodecTrace

codec/common/src/welsCodecTrace.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70void welsCodecTrace::StaticCodecTrace (void* pCtx, const int32_t iLevel, const char* Str_Format, va_list vl) {
71 welsCodecTrace* self = (welsCodecTrace*) pCtx;
72 self->CodecTrace (iLevel, Str_Format, vl);
73}
74
75void welsCodecTrace::CodecTrace (const int32_t iLevel, const char* Str_Format, va_list vl) {
76 if (m_iTraceLevel < iLevel) {

Callers

nothing calls this directly

Calls 1

CodecTraceMethod · 0.95

Tested by

no test coverage detected