Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dtiming.cc98 int target_delay_ms = TargetDelayInternal(); in UpdateCurrentDelay()
139 uint32_t target_delay_ms = TargetDelayInternal(); in UpdateCurrentDelay()
215 return TargetDelayInternal(); in TargetVideoDelay()
218 int VCMTiming::TargetDelayInternal() const { in TargetDelayInternal() function in webrtc::VCMTiming
232 *target_delay_ms = TargetDelayInternal(); in GetTimings()
Dtiming.h110 int TargetDelayInternal() const RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);