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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestLoadGenerator.cc 335 _keyPeriod(keyPeriod),
344 int32_t payloadSizeBytes = static_cast<int32_t>(1000 * _bitrateKbps / (8.0 * _frameRateFps * (1.0 + (_keyFactor - 1.0) / _keyPeriod)) + 0.5);
346 if (_frameCount % _keyPeriod == 0)
TestLoadGenerator.h 106 uint32_t _keyPeriod;

Completed in 211 milliseconds