Home
last modified time | relevance | path

Searched refs:uiThrMaxNum (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h526 uint32_t uiThrMaxNum; member
557 iThreadCount = pThreadCtx->sThreadInfo.uiThrMaxNum; in GetThreadCount()
565 int32_t iThreadCount = int32_t (pThreadCtx->sThreadInfo.uiThrMaxNum); in GetPrevFrameNum()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp570 int32_t threadCount = pThreadCtx->sThreadInfo.uiThrMaxNum; in WelsFreeDynamicMemory()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp305 m_pDecThrCtx[i].sThreadInfo.uiThrMaxNum = m_iThreadCount; in OpenDecoderThreads()