Home
last modified time | relevance | path

Searched refs:resampleTemp (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioMixer.cpp125 mState.resampleTemp = NULL; in AudioMixer()
171 delete [] mState.resampleTemp; in ~AudioMixer()
717 if (!state->resampleTemp) { in process__validate()
718 state->resampleTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount]; in process__validate()
726 if (state->resampleTemp) { in process__validate()
727 delete [] state->resampleTemp; in process__validate()
728 state->resampleTemp = NULL; in process__validate()
1170 state->resampleTemp, aux); in process__genericNoResampling()
1253 t.hook(&t, outTemp, numFrames, state->resampleTemp, aux); in process__genericResampling()
1271 state->resampleTemp, aux); in process__genericResampling()
DAudioMixer.h223 int32_t *resampleTemp; member