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

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h 144 uint32_t _fsSum;
jitter_estimator.cc 66 _fsSum = rhs._fsSum;
105 _fsSum = 0;
125 _fsSum += frameSizeBytes;
129 _avgFrameSize = static_cast<double>(_fsSum) / static_cast<double>(_fsCount);

Completed in 74 milliseconds