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

Method BaseThreadDecoderTest

test/api/BaseThreadDecoderTest.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141BaseThreadDecoderTest::BaseThreadDecoderTest()
142 : decoder_ (NULL), uiTimeStamp (0), pYuvFile (NULL), bEnableYuvDumpTest (false), decodeStatus_ (OpenFile) {
143}
144
145int32_t BaseThreadDecoderTest::SetUp() {
146 long rv = WelsCreateDecoder (&decoder_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected