| 139 | } |
| 140 | |
| 141 | BaseThreadDecoderTest::BaseThreadDecoderTest() |
| 142 | : decoder_ (NULL), uiTimeStamp (0), pYuvFile (NULL), bEnableYuvDumpTest (false), decodeStatus_ (OpenFile) { |
| 143 | } |
| 144 | |
| 145 | int32_t BaseThreadDecoderTest::SetUp() { |
| 146 | long rv = WelsCreateDecoder (&decoder_); |
nothing calls this directly
no outgoing calls
no test coverage detected