Home | History | Annotate | Download | only in testlibs

Lines Matching refs:frameCount

66                                 int frameCount) {
67 (this->*mCurProcessFunc)(in, out, frameCount);
121 int frameCount) {
122 int64_t maxDelta = mMaxDelta * frameCount;
141 int frameCount) {
144 memcpy(out, in, frameCount * mNumChannels * sizeof(audio_sample_t));
150 int frameCount) {
151 size_t nFrames = frameCount;
184 int frameCount) {
185 if (updateCoefs(mTargetCoefs, frameCount)) {
188 process_normal_mono(in, out, frameCount);
193 int frameCount) {
194 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
197 process_normal_mono(in, out, frameCount);
202 int frameCount) {
209 size_t nFrames = frameCount;
235 in -= frameCount * mNumChannels - 1;
236 out -= frameCount * mNumChannels - 1;
242 int frameCount) {
243 if (updateCoefs(mTargetCoefs, frameCount)) {
246 process_normal_multi(in, out, frameCount);
251 int frameCount) {
252 if (updateCoefs(IDENTITY_COEFS, frameCount)) {
255 process_normal_multi(in, out, frameCount);