OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTargetCoefs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp
54
memcpy(
mTargetCoefs
, coefs, sizeof(
mTargetCoefs
));
72
memcpy(mCoefs,
mTargetCoefs
, sizeof(mCoefs));
185
if (updateCoefs(
mTargetCoefs
, frameCount)) {
243
if (updateCoefs(
mTargetCoefs
, frameCount)) {
AudioBiquadFilter.h
137
audio_coef_t
mTargetCoefs
[NUM_COEFS];
Completed in 26 milliseconds