OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lossPr255
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc
522
void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t
lossPr255
,
526
if (
lossPr255
> _shortMaxLossPr255) {
527
_shortMaxLossPr255 =
lossPr255
;
533
_shortMaxLossPr255 =
lossPr255
;
537
_lossPrHistory[i + 1].
lossPr255
= _lossPrHistory[i].
lossPr255
;
542
_shortMaxLossPr255 =
lossPr255
;
545
_lossPrHistory[0].
lossPr255
= _shortMaxLossPr255;
565
if (_lossPrHistory[i].
lossPr255
> maxFound) {
567
maxFound = _lossPrHistory[i].
lossPr255
;
[
all
...]
media_opt_util.h
84
VCMLossProbabilitySample() :
lossPr255
(0), timeMs(-1) {}
86
uint8_t
lossPr255
;
321
// The input parameter |
lossPr255
| is the received packet loss.
326
uint8_t
lossPr255
);
334
void UpdateMaxLossHistory(uint8_t
lossPr255
, int64_t now);
Completed in 126 milliseconds