Home
last modified time | relevance | path

Searched refs:decode_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.cc114 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()
Dvie_channel.h434 rtc::PlatformThread decode_thread_; variable