Searched refs:dropped_frame_it (Results 1 – 1 of 1) sorted by relevance
440 auto dropped_frame_it = captured_frames_in_flight_.find(dropped_frame_id); in OnFrameRendered() local441 RTC_DCHECK(dropped_frame_it != captured_frames_in_flight_.end()); in OnFrameRendered()442 absl::optional<VideoFrame> dropped_frame = dropped_frame_it->second.frame(); in OnFrameRendered()443 dropped_frame_it->second.MarkDropped(peer_index); in OnFrameRendered()450 dropped_frame_it->second.GetStatsForPeer(peer_index)); in OnFrameRendered()453 if (dropped_frame_it->second.HaveAllPeersReceived()) { in OnFrameRendered()454 captured_frames_in_flight_.erase(dropped_frame_it); in OnFrameRendered()