Searched defs:GetCPUCoreCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp59 static int GetCPUCoreCount() { function in namespace:android
77 cfg.threads = GetCPUCoreCount();
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp42 static int GetCPUCoreCount() { function in namespace:android
127 mCodecConfiguration->g_threads = GetCPUCoreCount();
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp93 static size_t GetCPUCoreCount() { function in namespace:android
251 mNumCores = GetCPUCoreCount();

Completed in 2312 milliseconds