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

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h 40 // - incompleteFrame : Flags if the frame is used to update the
45 bool incompleteFrame = false);
95 // - incompleteFrame : True if the frame used to update the
98 void EstimateRandomJitter(double d_dT, bool incompleteFrame);
jitter_estimator.cc 119 bool incompleteFrame /* = false */) {
132 if (!incompleteFrame || frameSizeBytes > _avgFrameSize) {
169 EstimateRandomJitter(deviation, incompleteFrame);
176 if ((!incompleteFrame || deviation >= 0.0) &&
184 EstimateRandomJitter(nStdDev * sqrt(_varNoise), incompleteFrame);
295 bool incompleteFrame) {
333 if (!incompleteFrame || varNoise > _varNoise) {

Completed in 111 milliseconds