| 82 | } |
| 83 | |
| 84 | void EncodeDecodeTestAPIBase::prepareParamDefault (int iLayers, int iSlices, int width, int height, float framerate, |
| 85 | SEncParamExt* pParam) { |
| 86 | memset (pParam, 0, sizeof (SEncParamExt)); |
| 87 | encoder_->GetDefaultParams (pParam); |
| 88 | EncodeDecodeTestBase::prepareParam (iLayers, iSlices, VALID_SIZE (width), VALID_SIZE (height), framerate, pParam); |
| 89 | } |
| 90 | |
| 91 | |
| 92 | void EncodeDecodeTestAPIBase::EncodeOneFrame (int iCheckTypeIndex) { |
nothing calls this directly
no test coverage detected