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

Method SetCodecInstance

codec/common/src/welsCodecTrace.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void welsCodecTrace::SetCodecInstance (void* pCodecInstance) {
88 m_sLogCtx.pCodecInstance = pCodecInstance;
89}
90
91void welsCodecTrace::SetTraceLevel (const int32_t iLevel) {
92 if (iLevel >= 0)

Callers 2

InitEncoderMethod · 0.80
CWelsDecoderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected