Home
last modified time | relevance | path

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

/external/webrtc/video/
Drtp_streams_synchronizer2.cc43 syncable_video_(syncable_video), in RtpStreamsSynchronizer()
68 new StreamSynchronization(syncable_video_->id(), syncable_audio_->id())); in ConfigureSync()
108 absl::optional<Syncable::Info> video_info = syncable_video_->GetInfo(); in UpdateDelay()
160 if (!syncable_video_->SetMinimumPlayoutDelay(target_video_delay_ms)) { in UpdateDelay()
Drtp_streams_synchronizer2.h60 Syncable* const syncable_video_; variable