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

Method SetUp

test/decoder/DecUT_ParseSyntax.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122class DecoderParseSyntaxTest : public ::testing::Test {
123 public:
124 virtual void SetUp() {
125
126 int rv = WelsCreateDecoder (&m_pDec);
127 ASSERT_EQ (0, rv);
128 ASSERT_TRUE (m_pDec != NULL);
129 }
130
131 virtual void TearDown() {
132 if (m_pDec) {

Callers

nothing calls this directly

Calls 1

WelsCreateDecoderFunction · 0.85

Tested by

no test coverage detected