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

Method TearDown

test/api/BaseDecoderTest.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void BaseDecoderTest::TearDown() {
72 if (decoder_ != NULL) {
73 decoder_->Uninitialize();
74 WelsDestroyDecoder (decoder_);
75 }
76}
77
78
79void BaseDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) {

Callers

nothing calls this directly

Calls 2

WelsDestroyDecoderFunction · 0.85
UninitializeMethod · 0.45

Tested by

no test coverage detected