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

Method TearDown

test/api/BaseThreadDecoderTest.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void BaseThreadDecoderTest::TearDown() {
167 if (decoder_ != NULL) {
168 decoder_->Uninitialize();
169 WelsDestroyDecoder (decoder_);
170 }
171}
172
173
174void BaseThreadDecoderTest::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