Searched refs:gop_frame_count (Results 1 – 1 of 1) sorted by relevance
30 gop_frame_count: Arc<Mutex<usize>>, field42 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()