Searched refs:has_impl_thread_ (Results 1 – 2 of 2) sorted by relevance
45 : has_impl_thread_(has_impl_thread), dropped_frame_count_(0) {} in FrameRateCounter()57 if (has_impl_thread_ && ring_buffer_.CurrentIndex() > 0) { in SaveTimeStamp()83 bool scheduler_allows_double_frames = !has_impl_thread_; in IsBadFrameInterval()
49 bool has_impl_thread_; variable