Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dreceiver.cc117 if (!entry.estimated_capture_time) { in AdvanceToNextFrame()
126 *entry.estimated_capture_time + ResolveTargetPlayoutDelay(f); in AdvanceToNextFrame()
150 OSP_DCHECK(entry.estimated_capture_time); in ConsumeNextFrame()
152 *entry.estimated_capture_time + ResolveTargetPlayoutDelay(frame_id); in ConsumeNextFrame()
241 !pending_frame.estimated_capture_time) { in OnReceivedRtpPacket()
249 pending_frame.estimated_capture_time = in OnReceivedRtpPacket()
402 OSP_DCHECK(GetQueueEntry(f).estimated_capture_time) in ResolveTargetPlayoutDelay()
446 OSP_DCHECK(entry.estimated_capture_time); in DropAllFramesBefore()
475 estimated_capture_time = absl::nullopt; in Reset()
Dreceiver.h208 absl::optional<Clock::time_point> estimated_capture_time; member