Searched refs:resampleTemp (Results 1 – 2 of 2) sorted by relevance
118 mState.resampleTemp = NULL; in AudioMixer()147 delete [] mState.resampleTemp; in ~AudioMixer()1005 if (!state->resampleTemp) { in process__validate()1006 state->resampleTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount]; in process__validate()1014 if (state->resampleTemp) { in process__validate()1015 delete [] state->resampleTemp; in process__validate()1016 state->resampleTemp = NULL; in process__validate()1473 inFrames, state->resampleTemp, aux); in process__genericNoResampling()1557 t.hook(&t, outTemp, numFrames, state->resampleTemp, aux); in process__genericResampling()1574 state->resampleTemp, aux); in process__genericResampling()
290 int32_t *resampleTemp; member