Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp297 static size_t getCpuCoreCount() { in getCpuCoreCount() function
579 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp314 static size_t getCpuCoreCount() { in getCpuCoreCount() function
517 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp305 static size_t getCpuCoreCount() { in getCpuCoreCount() function
510 mNumCores = MIN(getCpuCoreCount(), MAX_NUM_CORES); in initDecoder()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp434 static size_t getCpuCoreCount() {