Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dnack_module2.cc227 bool NackModule2::RemovePacketsUntilKeyFrame() { in RemovePacketsUntilKeyFrame() function in webrtc::NackModule2
258 while (RemovePacketsUntilKeyFrame() && in AddPacketsToNack()
Dnack_module2.h91 bool RemovePacketsUntilKeyFrame()
/external/webrtc/modules/video_coding/deprecated/
Dnack_module.cc241 bool DEPRECATED_NackModule::RemovePacketsUntilKeyFrame() { in RemovePacketsUntilKeyFrame() function in webrtc::DEPRECATED_NackModule
270 while (RemovePacketsUntilKeyFrame() && in AddPacketsToNack()
Dnack_module.h87 bool RemovePacketsUntilKeyFrame() RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);