Searched refs:num_cpu_cores_ (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/video/ |
D | video_receive_stream.h | 162 const int num_cpu_cores_; variable
|
D | video_receive_stream2.h | 188 const int num_cpu_cores_; variable
|
D | video_receive_stream2.cc | 195 num_cpu_cores_(num_cpu_cores), in VideoReceiveStream2() 357 &codec, num_cpu_cores_, false)); in Start()
|
D | video_receive_stream.cc | 198 num_cpu_cores_(num_cpu_cores), in VideoReceiveStream() 381 &codec, num_cpu_cores_, false)); in Start()
|
/external/webrtc/call/ |
D | call.cc | 319 const int num_cpu_cores_; member in webrtc::internal::Call 595 num_cpu_cores_(CpuInfo::DetectNumberOfCores()), in Call() 895 clock_, num_cpu_cores_, module_process_thread_->process_thread(), in CreateVideoSendStream() 984 task_queue_factory_, current, &video_receiver_controller_, num_cpu_cores_, in CreateVideoReceiveStream()
|