Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1424
void WelsDestroyDecoder (ISVCDecoder* pDecoder) {
1425
if (NULL != pDecoder) {
1426
delete (CWelsDecoder*)pDecoder;
1427
}
1428
}
Callers
7
TearDownDecoder
Method · 0.85
TearDown
Method · 0.85
TearDown
Method · 0.85
TearDown
Method · 0.85
TearDown
Method · 0.85
TEST_F
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
3
TearDown
Method · 0.68
TearDown
Method · 0.68
TEST_F
Function · 0.68