Searched refs:comparison_lock_ (Results 1 – 4 of 4) sorted by relevance
193 void PollStats() RTC_LOCKS_EXCLUDED(comparison_lock_);198 void FrameRecorded() RTC_EXCLUSIVE_LOCKS_REQUIRED(comparison_lock_);200 bool AllFramesRecorded() RTC_LOCKS_EXCLUDED(comparison_lock_);201 bool AllFramesRecordedLocked() RTC_EXCLUSIVE_LOCKS_REQUIRED(comparison_lock_);204 bool FrameProcessed() RTC_LOCKS_EXCLUDED(comparison_lock_);205 void PrintResults() RTC_LOCKS_EXCLUDED(lock_, comparison_lock_);207 RTC_LOCKS_EXCLUDED(comparison_lock_);218 void PrintSamplesToFile(void) RTC_LOCKS_EXCLUDED(comparison_lock_);220 RTC_LOCKS_EXCLUDED(lock_, comparison_lock_);236 Mutex comparison_lock_; variable[all …]
154 MutexLock lock(&comparison_lock_); in ~VideoAnalyzer()364 MutexLock lock(&comparison_lock_); in Wait()459 MutexLock lock(&comparison_lock_); in PollStats()567 MutexLock lock(&comparison_lock_); in PopComparison()588 MutexLock lock(&comparison_lock_); in AllFramesRecorded()599 MutexLock lock(&comparison_lock_); in FrameProcessed()616 MutexLock lock(&comparison_lock_); in PrintResults()759 MutexLock lock(&comparison_lock_); in PerformFrameComparison()848 MutexLock lock(&comparison_lock_); in PrintSamplesToFile()879 MutexLock lock(&comparison_lock_); in AddCapturedFrameForComparison()[all …]
470 RTC_EXCLUSIVE_LOCKS_REQUIRED(comparison_lock_);542 mutable Mutex comparison_lock_; variable544 RTC_GUARDED_BY(comparison_lock_);546 RTC_GUARDED_BY(comparison_lock_);547 std::deque<FrameComparison> comparisons_ RTC_GUARDED_BY(comparison_lock_);548 AnalyzerStats analyzer_stats_ RTC_GUARDED_BY(comparison_lock_);
182 MutexLock lock(&comparison_lock_); in OnFrameCaptured()239 MutexLock lock1(&comparison_lock_); in OnFrameCaptured()446 MutexLock lock1(&comparison_lock_); in OnFrameRendered()467 MutexLock cr(&comparison_lock_); in OnFrameRendered()472 MutexLock lock(&comparison_lock_); in OnFrameRendered()522 MutexLock lock2(&comparison_lock_); in Stop()569 MutexLock lock2(&comparison_lock_); in GetKnownVideoStreams()596 MutexLock lock2(&comparison_lock_); in GetStats()605 MutexLock lock(&comparison_lock_); in GetAnalyzerStats()645 MutexLock lock(&comparison_lock_); in ProcessComparisons()[all …]