Searched refs:updateCoefs (Results 1 – 2 of 2) sorted by relevance
120 bool AudioBiquadFilter::updateCoefs(const audio_coef_t coefs[NUM_COEFS], in updateCoefs() function in android::AudioBiquadFilter185 if (updateCoefs(mTargetCoefs, frameCount)) { in process_transition_normal_mono()194 if (updateCoefs(IDENTITY_COEFS, frameCount)) { in process_transition_bypass_mono()243 if (updateCoefs(mTargetCoefs, frameCount)) { in process_transition_normal_multi()252 if (updateCoefs(IDENTITY_COEFS, frameCount)) { in process_transition_bypass_multi()
154 bool updateCoefs(const audio_coef_t coefs[NUM_COEFS], int frameCount);