Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h108 int32_t GetCPUCount();
/third_party/openh264/codec/decoder/core/src/
Dwels_decoder_thread.cpp65 int32_t GetCPUCount() { in GetCPUCount() function
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp170 m_iCpuCount = GetCPUCount(); in CWelsDecoder()