Lines Matching defs:aux
521 void AudioMixerBase::TrackBase::adjustVolumeRamp(bool aux, bool useFloat) in adjustVolumeRamp()
756 int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) in track__genericResample()
795 int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) in volumeRampStereo()
838 int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) in volumeStereo()
867 int32_t* out, size_t frameCount, int32_t* temp __unused, int32_t* aux) in track__16BitsStereo()
959 int32_t* out, size_t frameCount, int32_t* temp __unused, int32_t* aux) in track__16BitsMono()
1102 int32_t *aux = NULL; in process__genericNoResampling() local
1170 int32_t *aux = NULL; in process__genericResampling() local
1331 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) in volumeRampMulti()
1361 const TI* in, TA* aux, const TV *vol, TAV vola) in volumeMulti()
1382 const TI *in, TA *aux, bool ramp) in volumeMix()
1439 TA* aux = reinterpret_cast<TA*>(t->auxBuffer); in process__noResampleOneTrack() local
1487 void AudioMixerBase::TrackBase::track__Resample(TO* out, size_t outFrameCount, TO* temp, TA* aux) in track__Resample()
1520 TO* out, size_t frameCount, TO* temp __unused, TA* aux) in track__NoResample()