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

Method SetUp

test/decoder/DecUT_DecExt.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class DecoderInterfaceTest : public ::testing::Test {
16 public:
17 virtual void SetUp() {
18 int rv = WelsCreateDecoder (&m_pDec);
19 ASSERT_EQ (0, rv);
20 ASSERT_TRUE (m_pDec != NULL);
21 }
22
23 virtual void TearDown() {
24 if (m_pDec) {

Callers

nothing calls this directly

Calls 1

WelsCreateDecoderFunction · 0.85

Tested by

no test coverage detected