Home
last modified time | relevance | path

Searched refs:m_iThreadCount (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp138 m_iThreadCount (0), in CWelsDecoder()
296 if (m_iThreadCount >= 1) { in OpenDecoderThreads()
298 CREATE_SEMAPHORE (&m_sIsBusy, m_iThreadCount, m_iThreadCount, NULL); in OpenDecoderThreads()
304 for (int32_t i = 0; i < m_iThreadCount; ++i) { in OpenDecoderThreads()
305 m_pDecThrCtx[i].sThreadInfo.uiThrMaxNum = m_iThreadCount; in OpenDecoderThreads()
326 if (m_iThreadCount >= 1) { in CloseDecoderThreads()
327 for (int32_t i = 0; i < m_iThreadCount; i++) { //waiting the completion begun slices in CloseDecoderThreads()
376 if (m_iThreadCount >= 1 && pParam->bParseOnly) { in InitDecoder()
377 m_iThreadCount = 0; in InitDecoder()
388 if (m_iThreadCount >= 1) { in InitDecoder()
[all …]
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h122 int32_t m_iThreadCount; variable