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

/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp54 memcpy(mTargetCoefs, coefs, sizeof(mTargetCoefs));
72 memcpy(mCoefs, mTargetCoefs, sizeof(mCoefs));
185 if (updateCoefs(mTargetCoefs, frameCount)) {
243 if (updateCoefs(mTargetCoefs, frameCount)) {
H A DAudioBiquadFilter.h137 audio_coef_t mTargetCoefs[NUM_COEFS]; member in class:android::AudioBiquadFilter

Completed in 40 milliseconds