Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dchannel.h539 uint32_t playout_timestamp_rtp_ GUARDED_BY(video_sync_lock_);
541 uint32_t playout_delay_ms_ GUARDED_BY(video_sync_lock_);
587 rtc::scoped_ptr<CriticalSectionWrapper> video_sync_lock_; variable
588 uint32_t _average_jitter_buffer_delay_us GUARDED_BY(video_sync_lock_);
590 uint16_t _recPacketDelayMs GUARDED_BY(video_sync_lock_);
Dchannel.cc878 video_sync_lock_(CriticalSectionWrapper::CreateCriticalSection()), in Channel()
3574 CriticalSectionScoped cs(video_sync_lock_.get()); in GetDelayEstimate()
3621 CriticalSectionScoped cs(video_sync_lock_.get()); in GetPlayoutTimestamp()
3894 CriticalSectionScoped cs(video_sync_lock_.get()); in UpdatePlayoutTimestamp()
3935 CriticalSectionScoped cs(video_sync_lock_.get()); in UpdatePacketDelay()