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

  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 122 bool AudioBiquadFilter::updateCoefs(const audio_coef_t coefs[NUM_COEFS],
187 if (updateCoefs(mTargetCoefs, frameCount)) {
196 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
245 if (updateCoefs(mTargetCoefs, frameCount)) {
254 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
AudioBiquadFilter.h 154 bool updateCoefs(const audio_coef_t coefs[NUM_COEFS], int frameCount);

Completed in 248 milliseconds