Home
last modified time | relevance | path

Searched refs:ppCtx (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp749 int32_t AcquireLayersNals (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pParam, int32_t* pCountLayers, in AcquireLayersNals() argument
756 if (NULL == pParam || NULL == ppCtx || NULL == *ppCtx) in AcquireLayersNals()
777 WelsLog (& (*ppCtx)->sLogCtx, WELS_LOG_ERROR, in AcquireLayersNals()
792 WelsLog (& (*ppCtx)->sLogCtx, WELS_LOG_ERROR, in AcquireLayersNals()
800 WelsLog (& (*ppCtx)->sLogCtx, WELS_LOG_ERROR, in AcquireLayersNals()
811 if (NULL == (*ppCtx)->pFuncList || NULL == (*ppCtx)->pFuncList->pParametersetStrategy) { in AcquireLayersNals()
812 WelsLog (& (*ppCtx)->sLogCtx, WELS_LOG_ERROR, in AcquireLayersNals()
819 + (*ppCtx)->pFuncList->pParametersetStrategy->GetAllNeededParasetNum(); in AcquireLayersNals()
823 …WelsLog (& (*ppCtx)->sLogCtx, WELS_LOG_ERROR, "AcquireLayersNals(), iCountNumLayers(%d) > MAX_LAYE… in AcquireLayersNals()
907 int32_t InitMbListD (sWelsEncCtx** ppCtx) { in InitMbListD() argument
[all …]
Dslice_multi_threading.cpp251 int32_t RequestMtResource (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pCodingParam, const int32_t iC… in RequestMtResource() argument
261 if (NULL == ppCtx || NULL == pCodingParam || NULL == *ppCtx || iCountBsLen <= 0) in RequestMtResource()
264 SLogContext* pLogCtx = & ((*ppCtx)->sLogCtx); in RequestMtResource()
266 pMa = (*ppCtx)->pMemAlign; in RequestMtResource()
276 (*ppCtx)->pSliceThreading = pSmt; in RequestMtResource()
283 WelsSnprintf (pSmt->eventNamespace, sizeof (pSmt->eventNamespace), "%p", (void*) *ppCtx); in RequestMtResource()
285 …WelsSnprintf (pSmt->eventNamespace, sizeof (pSmt->eventNamespace), "%p%x", (void*) *ppCtx, getpid(… in RequestMtResource()
299 MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "encpEncCtx= 0x%p", (void*) *ppCtx); in RequestMtResource()
306 pSmt->pThreadPEncCtx[iIdx].pWelsPEncCtx = (void*) *ppCtx; in RequestMtResource()
336 …(*ppCtx)->pTaskManage = IWelsTaskManage::CreateTaskManage (*ppCtx, iNumSpatialLayers, bDynamicSlic… in RequestMtResource()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dextern.h78 int32_t WelsInitEncoderExt (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pPara, SLogContext* pLogCtx,
86 void WelsUninitEncoderExt (sWelsEncCtx** ppCtx);
110 int32_t WelsEncoderParamAdjust (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pNew);
114 int32_t WelsEncoderApplyLTR (SLogContext* pLogCtx, sWelsEncCtx** ppCtx, SLTRConfig* pLTRValue);
Dslice_multi_threading.h66 int32_t RequestMtResource (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pParam, const int32_t kiCountB…
69 void ReleaseMtResource (sWelsEncCtx** ppCtx);
Dencoder.h51 int32_t RequestMemorySvc (sWelsEncCtx** ppCtx, SExistingParasetList* pExistingParasetList);
58 void FreeMemorySvc (sWelsEncCtx** ppCtx);
/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp47 EResult WelsCreateVpInterface (void** ppCtx, int iVersion) { in WelsCreateVpInterface() argument
49 return WelsVP::CreateSpecificVpInterface ((IWelsVP**)ppCtx); in WelsCreateVpInterface()
51 return WelsVP::CreateSpecificVpInterface ((IWelsVPc**)ppCtx); in WelsCreateVpInterface()
69 EResult CreateSpecificVpInterface (IWelsVP** ppCtx) { in CreateSpecificVpInterface() argument
74 *ppCtx = (IWelsVP*)pFr; in CreateSpecificVpInterface()
DWelsFrameWork.h51 EResult CreateSpecificVpInterface (IWelsVP** ppCtx);
54 EResult CreateSpecificVpInterface (IWelsVPc** ppCtx);
/third_party/openh264/codec/processing/interface/
DIWelsVP.h303 EResult WelsCreateVpInterface (void** ppCtx, int iVersion /*= WELSVP_INTERFACE_VERION*/);
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp11 extern void FreeMemorySvc (sWelsEncCtx** ppCtx);
12 extern int32_t AcquireLayersNals (sWelsEncCtx** ppCtx,