Home
last modified time | relevance | path

Searched refs:GetCPUCoreCount (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp71 static int GetCPUCoreCount() { in GetCPUCoreCount() function
99 cfg.threads = GetCPUCoreCount(); in initDecoder()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp99 static size_t GetCPUCoreCount() { in GetCPUCoreCount() function
293 mNumCores = GetCPUCoreCount(); in initDecoder()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp106 static size_t GetCPUCoreCount() { in GetCPUCoreCount() function
254 mNumCores = GetCPUCoreCount(); in initDecoder()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp49 static int GetCPUCoreCount() { in GetCPUCoreCount() function
129 mCodecConfiguration->g_threads = GetCPUCoreCount(); in initEncoder()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp106 static size_t GetCPUCoreCount() { in GetCPUCoreCount() function
262 mNumCores = GetCPUCoreCount(); in initDecoder()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp314 static int GetCPUCoreCount() { in GetCPUCoreCount() function
338 settings.threads = GetCPUCoreCount(); in initDecoder()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp313 static int GetCPUCoreCount() { in GetCPUCoreCount() function
340 cfg.threads = GetCPUCoreCount(); in initDecoder()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp399 static int GetCPUCoreCount() { in GetCPUCoreCount() function
435 cfg.threads = mCoreCount = GetCPUCoreCount(); in initDecoder()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp83 static size_t GetCPUCoreCount() { in GetCPUCoreCount() function
174 mNumCores = GetCPUCoreCount(); in initEncParams()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp420 static size_t GetCPUCoreCount() { in GetCPUCoreCount() function
508 mNumCores = std::min(GetCPUCoreCount(), (size_t) CODEC_MAX_CORES); in initEncParams()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp416 static size_t GetCPUCoreCount() { in GetCPUCoreCount() function
491 mNumCores = GetCPUCoreCount(); in initEncParams()