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

Function UninitDecoder

test/decoder/DecUT_ParseSyntax.cpp:67–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void UninitDecoder (PWelsDecoderContext& pCtx) {
68 if (NULL == pCtx)
69 return;
70
71 WelsEndDecoder (pCtx);
72 if (NULL != pCtx->pMemAlign) {
73 delete pCtx->pMemAlign;
74 pCtx->pMemAlign = NULL;
75 }
76 if (NULL != pCtx) {
77 free (pCtx);
78 pCtx = NULL;
79 }
80
81}
82
83int32_t InitDecoder (const SDecodingParam* pParam, PWelsDecoderContext pCtx, SLogContext* pLogCtx) {
84

Callers 6

InitDecoderFunction · 0.85
UninitMethod · 0.85
~CWelsDecoderMethod · 0.85
UninitializeMethod · 0.85
InitDecoderMethod · 0.85
ThreadResetDecoderMethod · 0.85

Calls 1

WelsEndDecoderFunction · 0.85

Tested by

no test coverage detected