Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs30 gop_frame_count: Arc<Mutex<usize>>, field
42 gop_frame_count: Arc::new(Mutex::new(0)), in new()
80 video_info.gop = *self.gop_frame_count.lock().await; in notify_video_statistics_info()
81 *self.gop_frame_count.lock().await = 0; in notify_video_statistics_info()
83 *self.gop_frame_count.lock().await += 1; in notify_video_statistics_info()