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

Method Uninit

test/decoder/DecUT_DecExt.cpp:124–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void DecoderInterfaceTest::Uninit() {
125 if (m_pDec) {
126 CM_RETURN eRet = (CM_RETURN) m_pDec->Uninitialize();
127 ASSERT_EQ (eRet, cmResultSuccess);
128 }
129 memset (&m_sDecParam, 0, sizeof (SDecodingParam));
130 memset (&m_sParserBsInfo, 0, sizeof (SParserBsInfo));
131 memset (&m_sBufferInfo, 0, sizeof (SBufferInfo));
132 m_pData[0] = m_pData[1] = m_pData[2] = NULL;
133 m_iBufLength = 0;
134}
135
136void DecoderInterfaceTest::DecoderBs (const char* sFileName) {
137

Callers

nothing calls this directly

Calls 1

UninitializeMethod · 0.45

Tested by

no test coverage detected