Home
last modified time | relevance | path

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

/external/openscreen/cast/standalone_sender/
Dsimulated_capturer.cc203 const auto delay_adjustment_or_null = ProcessDecodedFrame(*decoded_frame_); in ConsumeNextDecodedFrame() local
204 if (!delay_adjustment_or_null) { in ConsumeNextDecodedFrame()
208 capture_time += *delay_adjustment_or_null; in ConsumeNextDecodedFrame()