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

  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 46 memcpy(mCoefs, IDENTITY_COEFS, sizeof(mCoefs));
59 memcpy(mCoefs, coefs, sizeof(mCoefs));
74 memcpy(mCoefs, mTargetCoefs, sizeof(mCoefs));
83 memcpy(mCoefs, IDENTITY_COEFS, sizeof(mCoefs));
127 audio_coef_t diff = coefs[i] - mCoefs[i];
129 mCoefs[i] += maxDelta
    [all...]
AudioBiquadFilter.h 134 audio_coef_t mCoefs[NUM_COEFS];
135 // The target coefficients. Will not be identical to mCoefs if we are in a

Completed in 80 milliseconds