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

Method CWelsSliceEncodingTask

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

Source from the content-addressed store, hash-verified

56namespace WelsEnc {
57
58CWelsSliceEncodingTask::CWelsSliceEncodingTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx,
59 const int32_t iSliceIdx) : CWelsBaseTask (pSink), m_eTaskResult (ENC_RETURN_SUCCESS) {
60 m_pCtx = pCtx;
61 m_iSliceIdx = iSliceIdx;
62}
63
64CWelsSliceEncodingTask::~CWelsSliceEncodingTask() {
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected