Home
last modified time | relevance | path

Searched refs:getCpuCoreCount (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp34 static size_t getCpuCoreCount() { in getCpuCoreCount() function
139 mCodecConfiguration->g_threads = getCpuCoreCount(); in initEncoder()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp261 static size_t getCpuCoreCount() { in getCpuCoreCount() function
454 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp302 static size_t getCpuCoreCount() { in getCpuCoreCount() function
493 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp222 static size_t getCpuCoreCount() { in getCpuCoreCount() function
499 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()