Searched refs:GetCPUCoreCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp70 static int GetCPUCoreCount() { function in namespace:android
94 cfg.threads = GetCPUCoreCount();
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp106 static size_t GetCPUCoreCount() { function in namespace:android
254 mNumCores = GetCPUCoreCount();
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp99 static size_t GetCPUCoreCount() { function in namespace:android
293 mNumCores = GetCPUCoreCount();
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp106 static size_t GetCPUCoreCount() { function in namespace:android
262 mNumCores = GetCPUCoreCount();
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp48 static int GetCPUCoreCount() { function in namespace:android
128 mCodecConfiguration->g_threads = GetCPUCoreCount();
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp83 static size_t GetCPUCoreCount() { function in namespace:android
174 mNumCores = GetCPUCoreCount();

Completed in 404 milliseconds