HomeSort by relevance Sort by last modified time
    Searched refs:_shortMaxLossPr255 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc 483 _shortMaxLossPr255(0),
526 if (lossPr255 > _shortMaxLossPr255) {
527 _shortMaxLossPr255 = lossPr255;
533 _shortMaxLossPr255 = lossPr255;
541 if (_shortMaxLossPr255 == 0) {
542 _shortMaxLossPr255 = lossPr255;
545 _lossPrHistory[0].lossPr255 = _shortMaxLossPr255;
547 _shortMaxLossPr255 = 0;
552 uint8_t maxFound = _shortMaxLossPr255;
673 _shortMaxLossPr255 = 0
    [all...]
media_opt_util.h 350 uint8_t _shortMaxLossPr255;

Completed in 577 milliseconds