| 69 | } |
| 70 | |
| 71 | void BaseDecoderTest::TearDown() { |
| 72 | if (decoder_ != NULL) { |
| 73 | decoder_->Uninitialize(); |
| 74 | WelsDestroyDecoder (decoder_); |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | |
| 79 | void BaseDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { |
nothing calls this directly
no test coverage detected