Home
last modified time | relevance | path

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

/external/webrtc/video/
Dreceive_statistics_proxy.h180 QpCounters qp_counters_ RTC_GUARDED_BY(decode_thread_);
199 rtc::ThreadChecker decode_thread_; variable
Dreceive_statistics_proxy.cc121 decode_thread_.Detach(); in ReceiveStatisticsProxy()
134 RTC_DCHECK_RUN_ON(&decode_thread_); in UpdateHistograms()
889 RTC_DCHECK_RUN_ON(&decode_thread_); in OnPreDecode()
919 decode_thread_.Detach(); in DecoderThreadStopped()
/external/flac/src/plugin_xmms/
Dplugin.c137 static pthread_t decode_thread_; variable
346 pthread_create(&decode_thread_, NULL, play_loop_, NULL); in FLAC_XMMS__play_file()
355 pthread_join(decode_thread_, NULL); in FLAC_XMMS__stop()