Searched refs:encoder_thread_ (Results 1 – 2 of 2) sorted by relevance
44 encoder_thread_(EncoderThreadFunction, this, "EncoderThread"), in VideoCaptureInput()56 encoder_thread_.Start(); in VideoCaptureInput()57 encoder_thread_.SetPriority(rtc::kHighPriority); in VideoCaptureInput()67 encoder_thread_.Stop(); in ~VideoCaptureInput()
79 rtc::PlatformThread encoder_thread_; variable