Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_decoder_impl.h118 Mutex shut_down_mutex_; variable
119 bool shut_down_ RTC_GUARDED_BY(shut_down_mutex_);
Dvideo_stream_decoder_impl.cc50 MutexLock lock(&shut_down_mutex_); in ~VideoStreamDecoderImpl()
153 MutexLock lock(&shut_down_mutex_); in OnNextFrameCallback()