Searched refs:resampleTemp (Results 1 – 2 of 2) sorted by relevance
398 mState.resampleTemp = NULL; in AudioMixer()425 delete [] mState.resampleTemp; in ~AudioMixer()1140 if (!state->resampleTemp) { in process__validate()1141 state->resampleTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount]; in process__validate()1149 if (state->resampleTemp) { in process__validate()1150 delete [] state->resampleTemp; in process__validate()1151 state->resampleTemp = NULL; in process__validate()1610 inFrames, state->resampleTemp, aux); in process__genericNoResampling()1697 t.hook(&t, outTemp, numFrames, state->resampleTemp, aux); in process__genericResampling()1715 state->resampleTemp, aux); in process__genericResampling()
250 int32_t *resampleTemp; member