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

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h 98 void EstimateRandomJitter(double d_dT, bool incompleteFrame);
jitter_estimator.cc 169 EstimateRandomJitter(deviation, incompleteFrame);
184 EstimateRandomJitter(nStdDev * sqrt(_varNoise), incompleteFrame);
294 void VCMJitterEstimator::EstimateRandomJitter(double d_dT,

Completed in 78 milliseconds