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

  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 120 bool AudioBiquadFilter::updateCoefs(const audio_coef_t coefs[NUM_COEFS],
185 if (updateCoefs(mTargetCoefs, frameCount)) {
194 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
243 if (updateCoefs(mTargetCoefs, frameCount)) {
252 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
AudioBiquadFilter.h 154 bool updateCoefs(const audio_coef_t coefs[NUM_COEFS], int frameCount);

Completed in 511 milliseconds