Home
last modified time | relevance | path

Searched refs:num_cpu_cores_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/video/
Dvideo_receive_stream.h162 const int num_cpu_cores_; variable
Dvideo_receive_stream2.h188 const int num_cpu_cores_; variable
Dvideo_receive_stream2.cc195 num_cpu_cores_(num_cpu_cores), in VideoReceiveStream2()
357 &codec, num_cpu_cores_, false)); in Start()
Dvideo_receive_stream.cc198 num_cpu_cores_(num_cpu_cores), in VideoReceiveStream()
381 &codec, num_cpu_cores_, false)); in Start()
/external/webrtc/call/
Dcall.cc319 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()