| 78 | } |
| 79 | |
| 80 | void BaseEncoderTest::TearDown() { |
| 81 | if (encoder_) { |
| 82 | encoder_->Uninitialize(); |
| 83 | WelsDestroySVCEncoder (encoder_); |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | void BaseEncoderTest::EncodeStream (InputStream* in, SEncParamExt* pEncParamExt, Callback* cbk) { |
| 88 |
nothing calls this directly
no test coverage detected