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

/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp120 bool AudioBiquadFilter::updateCoefs(const audio_coef_t coefs[NUM_COEFS], function in class:android::AudioBiquadFilter
185 if (updateCoefs(mTargetCoefs, frameCount)) {
194 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
243 if (updateCoefs(mTargetCoefs, frameCount)) {
252 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
H A DAudioBiquadFilter.h154 bool updateCoefs(const audio_coef_t coefs[NUM_COEFS], int frameCount);

Completed in 214 milliseconds