Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp301 static size_t getCpuCoreCount() { in getCpuCoreCount() function
499 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp307 static size_t getCpuCoreCount() { in getCpuCoreCount() function
503 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp35 static size_t getCpuCoreCount() {
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp286 static size_t getCpuCoreCount() { in getCpuCoreCount() function
566 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()