Home
last modified time | relevance | path

Searched defs:kiCurDid (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dwels_task_management.cpp143 WelsErrorType CWelsTaskManageBase::CreateTasks (sWelsEncCtx* pEncCtx, const int32_t kiCurDid) { in CreateTasks()
246 void CWelsTaskManageBase::InitFrame (const int32_t kiCurDid) { in InitFrame()
Dwels_preprocess.cpp1313 …ess::UpdateSrcListLosslessScreenRefSelectionWithLtr (SPicture* pCurPicture, const int32_t kiCurDid, in UpdateSrcListLosslessScreenRefSelectionWithLtr()
1329 void CWelsPreProcess::UpdateSrcList (SPicture* pCurPicture, const int32_t kiCurDid, SPicture** pSho… in UpdateSrcList()
Dsvc_encode_slice.cpp1199 const int32_t kiCurDid = pCtx->uiDependencyId; in ReallocateSliceList() local
1392 const int32_t kiCurDid = pCtx->uiDependencyId; in ReallocSliceBuffer() local
Dencoder_ext.cpp2535 const uint8_t kiCurDid = pCtx->uiDependencyId; in WelsInitCurrentLayer() local
2771 const int32_t kiCurDid = pCtx->uiDependencyId; in PreprocessSliceCoding() local
/third_party/openh264/codec/encoder/core/inc/
Dwels_task_management.h58 virtual void InitFrame (const int32_t kiCurDid) {} in InitFrame()