HomeSort by relevance Sort by last modified time
    Searched refs:GetCPUCoreCount (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 68 static int GetCPUCoreCount() {
88 cfg.threads = GetCPUCoreCount();
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 149 static size_t GetCPUCoreCount() {
297 mNumCores = GetCPUCoreCount();
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 106 static size_t GetCPUCoreCount() {
258 mNumCores = GetCPUCoreCount();
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 107 static size_t GetCPUCoreCount() {
262 mNumCores = GetCPUCoreCount();
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 46 static int GetCPUCoreCount() {
131 mCodecConfiguration->g_threads = GetCPUCoreCount();
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 31 static int GetCPUCoreCount()
167 cfg.threads = GetCPUCoreCount();
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 108 static size_t GetCPUCoreCount() {
199 mNumCores = GetCPUCoreCount();
    [all...]

Completed in 248 milliseconds