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

Method TearDown

test/api/BaseEncoderTest.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void BaseEncoderTest::TearDown() {
81 if (encoder_) {
82 encoder_->Uninitialize();
83 WelsDestroySVCEncoder (encoder_);
84 }
85}
86
87void BaseEncoderTest::EncodeStream (InputStream* in, SEncParamExt* pEncParamExt, Callback* cbk) {
88

Callers

nothing calls this directly

Calls 2

WelsDestroySVCEncoderFunction · 0.85
UninitializeMethod · 0.45

Tested by

no test coverage detected