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

  /external/adhd/cras/src/server/
rate_estimator.h 66 void rate_estimator_add_frames(struct rate_estimator *re, int fr);
rate_estimator.c 58 void rate_estimator_add_frames(struct rate_estimator *re, int fr) function
cras_iodev.c 1001 rate_estimator_add_frames(iodev->rate_est, -min_frames);
1081 rate_estimator_add_frames(iodev->rate_est, nframes);
    [all...]
  /external/adhd/cras/src/tests/
rate_estimator_unittest.cc 32 rate_estimator_add_frames(re, 5 + tmp);
63 rate_estimator_add_frames(re, frames_written[i] + tmp);
95 rate_estimator_add_frames(re, frames_written[i] + tmp);
120 rate_estimator_add_frames(re, 55);
125 rate_estimator_add_frames(re, 55);
151 rate_estimator_add_frames(re, -(5 + tmp));
183 rate_estimator_add_frames(re, -100);
iodev_unittest.cc 2464 void rate_estimator_add_frames(struct rate_estimator *re, int fr) { function
    [all...]

Completed in 346 milliseconds