MCPcopy Create free account
hub / github.com/cisco/openh264 / CWelsUpdateMbMapTask

Method CWelsUpdateMbMapTask

codec/encoder/core/src/wels_task_encoder.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324
325CWelsUpdateMbMapTask::CWelsUpdateMbMapTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx,
326 const int32_t iSliceIdx): CWelsBaseTask (pSink) {
327 m_pCtx = pCtx;
328 m_iSliceIdx = iSliceIdx;
329}
330
331CWelsUpdateMbMapTask::~CWelsUpdateMbMapTask() {
332}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected