| 244 | } |
| 245 | |
| 246 | void CWelsTaskManageBase::InitFrame (const int32_t kiCurDid) { |
| 247 | m_iCurDid = kiCurDid; |
| 248 | if (m_pEncCtx->pCurDqLayer->bNeedAdjustingSlicing) { |
| 249 | ExecuteTaskList (m_pcAllTaskList[CWelsBaseTask::WELS_ENC_TASK_UPDATEMBMAP]); |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | WelsErrorType CWelsTaskManageBase::ExecuteTasks (const CWelsBaseTask::ETaskType iTaskType) { |
| 254 | return ExecuteTaskList (m_pcAllTaskList[iTaskType]); |
no outgoing calls
no test coverage detected