Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h121 int32_t m_iCpuCount; variable
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp137 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()