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

  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 57 fecRateKey(0),
70 uint8_t fecRateKey;
296 // - fecRateKey : Packet loss to cover for with FEC when
300 void UpdateFECRates(uint8_t fecRateKey, uint8_t fecRateDelta) {
301 _fecRateKey = fecRateKey;
media_opt_util.cc 645 _currentParameters.fecRateKey = _fecRateKey;

Completed in 2896 milliseconds