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

  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 56 memcpy(mTargetCoefs, coefs, sizeof(mTargetCoefs));
74 memcpy(mCoefs, mTargetCoefs, sizeof(mCoefs));
187 if (updateCoefs(mTargetCoefs, frameCount)) {
245 if (updateCoefs(mTargetCoefs, frameCount)) {
AudioBiquadFilter.h 137 audio_coef_t mTargetCoefs[NUM_COEFS];

Completed in 254 milliseconds