Searched refs:m_iCpuCount (Results 1 – 2 of 2) sorted by relevance
121 int32_t m_iCpuCount; variable
137 m_iCpuCount (1), in CWelsDecoder()170 m_iCpuCount = GetCPUCount(); in CWelsDecoder()171 if (m_iCpuCount > WELS_DEC_MAX_NUM_CPU) { in CWelsDecoder()172 m_iCpuCount = WELS_DEC_MAX_NUM_CPU; in CWelsDecoder()482 if (threadCount > m_iCpuCount) { in SetOption()483 threadCount = m_iCpuCount; in SetOption()