Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs28 frame_count: Arc<Mutex<usize>>, field
41 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()