Searched defs:num_cores (Results 1 – 7 of 7) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_debug.h | 43 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) \ argument 50 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) \ argument 55 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) (void); argument 61 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) (void); argument
|
/external/skia/src/core/ |
D | SkTaskGroup.cpp | 17 static void query_num_cores(int* num_cores) { in query_num_cores() 24 static void query_num_cores(int* num_cores) { in query_num_cores() 32 static int num_cores = 0; in sk_num_cores() local
|
/external/autotest/client/site_tests/power_Thermal/ |
D | power_Thermal.py | 18 def __init__(self, num_cores, max_cpu_freq, min_cpu_freq): argument
|
/external/libhevc/common/ |
D | ithread.c | 154 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local
|
/external/libmpeg2/common/ |
D | ithread.c | 161 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local
|
/external/libavc/common/ |
D | ithread.c | 179 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local
|
/external/webrtc/webrtc/video/ |
D | video_quality_test.cc | 84 uint32_t num_cores = CpuInfo::DetectNumberOfCores(); in VideoAnalyzer() local
|