Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc525 now - _lossPrHistory[0].timeMs < kLossPrShortFilterWinMs) { in UpdateMaxLossHistory()
561 kLossPrHistorySize * kLossPrShortFilterWinMs) { in MaxFilteredLossPr()
Dmedia_opt_util.h33 enum { kLossPrShortFilterWinMs = 1000 }; enumerator