Searched refs:decode_thread_ (Results 1 – 2 of 2) sorted by relevance
114 decode_thread_(ChannelDecodeThreadFunction, this, "DecodingThread"), in ViEChannel()1146 if (decode_thread_.IsRunning()) in StartDecodeThread()1149 decode_thread_.Start(); in StartDecodeThread()1150 decode_thread_.SetPriority(rtc::kHighestPriority); in StartDecodeThread()1156 decode_thread_.Stop(); in StopDecodeThread()
434 rtc::PlatformThread decode_thread_; variable