Searched refs:video_bytes (Results 1 – 1 of 1) sorted by relevance
24 video_bytes: Arc<Mutex<f32>>, field39 video_bytes: Arc::new(Mutex::new(0.0)), in new()76 *self.video_bytes.lock().await += data_size as f32; in notify_video_statistics_info()90 let video_bytes_clone = self.video_bytes.clone(); in start()