Searched defs:updateCoefs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp122 bool AudioBiquadFilter::updateCoefs(const audio_coef_t coefs[NUM_COEFS], function in class:android::AudioBiquadFilter
187 if (updateCoefs(mTargetCoefs, frameCount)) {
196 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
245 if (updateCoefs(mTargetCoefs, frameCount)) {
254 if (updateCoefs(IDENTITY_COEFS, frameCount)) {

Completed in 40 milliseconds