Searched refs:pending_frame (Results 1 – 3 of 3) sorted by relevance
494 auto pending_frame = pending_frames_.find(rtp_timestamp); in OnEncodeDone() local495 RTC_DCHECK(pending_frame != pending_frames_.end()); in OnEncodeDone()497 PendingFrame& frame = pending_frame->second; in OnEncodeDone()586 pending_frames_.erase(pending_frame); in OnEncodeDone()591 auto pending_frame = pending_frames_.find(rtp_timestamp); in OnFrameDropped() local592 RTC_DCHECK(pending_frame != pending_frames_.end()); in OnFrameDropped()593 pending_frames_.erase(pending_frame); in OnFrameDropped()
109 PendingFrame& pending_frame = frames_to_render_[frame.frame_id]; in OnFramesReady() local110 pending_frame.start_time = start_time; in OnFramesReady()112 pending_frame.presentation_time = ResyncAndDeterminePresentationTime(frame); in OnFramesReady()
225 PendingFrame& pending_frame = GetQueueEntry(part->frame_id); in OnReceivedRtpPacket() local226 FrameCollector& collector = pending_frame.collector; in OnReceivedRtpPacket()241 !pending_frame.estimated_capture_time) { in OnReceivedRtpPacket()249 pending_frame.estimated_capture_time = in OnReceivedRtpPacket()