Searched refs:ppCtx (Results 1 – 9 of 9) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 749 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 …]
|
D | slice_multi_threading.cpp | 251 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/ |
D | extern.h | 78 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);
|
D | slice_multi_threading.h | 66 int32_t RequestMtResource (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pParam, const int32_t kiCountB… 69 void ReleaseMtResource (sWelsEncCtx** ppCtx);
|
D | encoder.h | 51 int32_t RequestMemorySvc (sWelsEncCtx** ppCtx, SExistingParasetList* pExistingParasetList); 58 void FreeMemorySvc (sWelsEncCtx** ppCtx);
|
/third_party/openh264/codec/processing/src/common/ |
D | WelsFrameWork.cpp | 47 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()
|
D | WelsFrameWork.h | 51 EResult CreateSpecificVpInterface (IWelsVP** ppCtx); 54 EResult CreateSpecificVpInterface (IWelsVPc** ppCtx);
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 303 EResult WelsCreateVpInterface (void** ppCtx, int iVersion /*= WELSVP_INTERFACE_VERION*/);
|
/third_party/openh264/test/encoder/ |
D | EncUT_SliceBufferReallocate.cpp | 11 extern void FreeMemorySvc (sWelsEncCtx** ppCtx); 12 extern int32_t AcquireLayersNals (sWelsEncCtx** ppCtx,
|