| 164 | } |
| 165 | |
| 166 | void BaseThreadDecoderTest::TearDown() { |
| 167 | if (decoder_ != NULL) { |
| 168 | decoder_->Uninitialize(); |
| 169 | WelsDestroyDecoder (decoder_); |
| 170 | } |
| 171 | } |
| 172 | |
| 173 | |
| 174 | void BaseThreadDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { |
nothing calls this directly
no test coverage detected