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

Method TearDown

test/encoder/EncUT_EncoderExt.cpp:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 virtual void TearDown() {
54 delete pParamExt;
55 delete pOption;
56 delete pSrcPic;
57 delete []pYUV;
58 if (pPtrEnc) {
59 WelsDestroySVCEncoder (pPtrEnc);
60 pPtrEnc = NULL;
61 }
62 }
63
64 void InitializeParamExt();
65 void SetRandomParams();

Callers

nothing calls this directly

Calls 1

WelsDestroySVCEncoderFunction · 0.85

Tested by

no test coverage detected