Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h137 PWelsDecoderThreadCTX m_pDecThrCtxActive[WELS_DEC_MAX_NUM_CPU];
/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h50 #define WELS_DEC_MAX_NUM_CPU 16 macro
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp171 if (m_iCpuCount > WELS_DEC_MAX_NUM_CPU) { in CWelsDecoder()
172 m_iCpuCount = WELS_DEC_MAX_NUM_CPU; in CWelsDecoder()
177 for (int32_t i = 0; i < WELS_DEC_MAX_NUM_CPU; ++i) { in CWelsDecoder()