| 255 | } |
| 256 | |
| 257 | int32_t CWelsTaskManageBase::GetThreadPoolThreadNum() { |
| 258 | return m_pThreadPool->GetThreadNum(); |
| 259 | } |
| 260 | |
| 261 | // CWelsTaskManageOne is for test |
| 262 | WelsErrorType CWelsTaskManageOne::Init (sWelsEncCtx* pEncCtx) { |
no test coverage detected