| 51 | } |
| 52 | |
| 53 | virtual void TearDown() { |
| 54 | delete pParamExt; |
| 55 | delete pOption; |
| 56 | delete pSrcPic; |
| 57 | delete []pYUV; |
| 58 | if (pPtrEnc) { |
| 59 | WelsDestroySVCEncoder (pPtrEnc); |
| 60 | pPtrEnc = NULL; |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | void InitializeParamExt(); |
| 65 | void SetRandomParams(); |
nothing calls this directly
no test coverage detected