Searched refs:iThreadCount (Results 1 – 6 of 6) sorted by relevance
554 int32_t iThreadCount = 0; in GetThreadCount() local557 iThreadCount = pThreadCtx->sThreadInfo.uiThrMaxNum; in GetThreadCount()559 return iThreadCount; in GetThreadCount()565 int32_t iThreadCount = int32_t (pThreadCtx->sThreadInfo.uiThrMaxNum); in GetPrevFrameNum() local567 for (int32_t i = 0; i < iThreadCount; ++i) { in GetPrevFrameNum()
253 int32_t iThreadCount = 1; in H264DecodeInstance() local254 pDecoder->GetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount); in H264DecodeInstance()333 if (iThreadCount >= 1) { in H264DecodeInstance()627 int32_t iThreadCount = 0; local628 pDecoder->SetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount);
158 int iThreadCount = (rand() % 2) + 2; in SetUp() local159 decoder_->SetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount); in SetUp()
2503 int32_t iThreadCount = GetThreadCount (pCtx); in DecodeCurrentAccessUnit() local2531 if (iThreadCount > 1) { in DecodeCurrentAccessUnit()2573 if (iThreadCount > 1) ++pCtx->pDec->iRefCount; in DecodeCurrentAccessUnit()2701 if (iThreadCount > 1) isNewFrame = false; in DecodeCurrentAccessUnit()2720 if (iThreadCount > 1) { in DecodeCurrentAccessUnit()2744 if (iThreadCount <= 1 && bReconstructSlice) { in DecodeCurrentAccessUnit()2751 if (iThreadCount <= 1) { in DecodeCurrentAccessUnit()2808 if (iThreadCount >= 1) { in DecodeCurrentAccessUnit()2810 for (int32_t i = 0; i < iThreadCount; ++i) { in DecodeCurrentAccessUnit()2820 if (iThreadCount > 1) { in DecodeCurrentAccessUnit()[all …]
443 int32_t iThreadCount = GetThreadCount (pCtx); in GetTargetRefListSize() local444 if (iThreadCount > 1) { in GetTargetRefListSize()446 iNumRefFrames = MAX_DPB_COUNT + iThreadCount; in GetTargetRefListSize()
2252 const int32_t iThreadCount = (*ppCtx)->pSvcParam->iMultipleThreadIdc; in WelsUninitEncoderExt() local2255 while (iThreadIdx < iThreadCount) { in WelsUninitEncoderExt()