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

Function WelsDestroyDecoder

codec/decoder/plus/src/welsDecoderExt.cpp:1424–1428  ·  view source on GitHub ↗

* WelsDestroyDecoder */

Source from the content-addressed store, hash-verified

1422* WelsDestroyDecoder
1423*/
1424void WelsDestroyDecoder (ISVCDecoder* pDecoder) {
1425 if (NULL != pDecoder) {
1426 delete (CWelsDecoder*)pDecoder;
1427 }
1428}

Callers 7

TearDownDecoderMethod · 0.85
TearDownMethod · 0.85
TearDownMethod · 0.85
TearDownMethod · 0.85
TearDownMethod · 0.85
TEST_FFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 3

TearDownMethod · 0.68
TearDownMethod · 0.68
TEST_FFunction · 0.68