Home
last modified time | relevance | path

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

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