Home | History | Annotate | Download | only in source

Lines Matching defs:Delay

212         // add any extra delay.
215 // compensate with extra delay.
253 // and don't add extra delay when RTT is above
409 // If this frame was too late, we should adjust the delay accordingly
666 // Minimum playout delay (used for lip-sync). This is the minimum delay required
667 // to sync with audio. Not included in VideoCodingModule::Delay()
674 // The estimated delay caused by rendering, defaults to
681 // Current video delay
682 int32_t VideoReceiver::Delay() const { return _timing.TargetVideoDelay(); }
739 // extra delay when RTT is above kLowRttNackMs.
750 // delay.
752 // Enable NACK, compensate with extra delay and wait for retransmissions.