Searched refs:frame_count (Results 1 – 1 of 1) sorted by relevance
28 frame_count: Arc<Mutex<usize>>, field41 frame_count: Arc::new(Mutex::new(0)), in new()77 *self.frame_count.lock().await += 1; in notify_video_statistics_info()92 let frame_count_clone = self.frame_count.clone(); in start()