Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp286 static size_t getCpuCoreCount() { in getCpuCoreCount() function
565 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp298 static size_t getCpuCoreCount() { in getCpuCoreCount() function
492 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp294 static size_t getCpuCoreCount() { in getCpuCoreCount() function
490 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp35 static size_t getCpuCoreCount() {