Lines Matching refs:mMixerChannelCount
152 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in create()
178 track->mMixerChannelCount = mixerChannelCount; in setChannelMasks()
651 TRACKTYPE_RESAMPLEMONO, t->mMixerChannelCount, in process__validate()
656 TRACKTYPE_RESAMPLESTEREO, t->mMixerChannelCount, in process__validate()
660 TRACKTYPE_RESAMPLE, t->mMixerChannelCount, in process__validate()
671 t->mMixerChannelCount, in process__validate()
679 t->mMixerChannelCount, t->mMixerInFormat, in process__validate()
712 t->mMixerChannelCount, t->mMixerInFormat, t->mMixerFormat, in process__validate()
748 t->mMixerChannelCount, t->mMixerInFormat, t->mMixerFormat, in process__validate()
766 memset(temp, 0, outFrameCount * mMixerChannelCount * sizeof(int32_t)); in track__genericResample()
1115 outTemp + (frameCount - outFrames) * t->mMixerChannelCount, in process__genericNoResampling()
1139 frameCount * t1->mMixerChannelCount); in process__genericNoResampling()
1142 + frameCount * t1->mMixerChannelCount in process__genericNoResampling()
1167 memset(outTemp, 0, sizeof(*outTemp) * t1->mMixerChannelCount * mFrameCount); in process__genericResampling()
1193 outTemp + outFrames * t->mMixerChannelCount, t->buffer.frameCount, in process__genericResampling()
1203 outTemp, t1->mMixerInFormat, numFrames * t1->mMixerChannelCount); in process__genericResampling()
1235 * t->mMixerChannelCount * audio_bytes_per_sample(t->mMixerFormat)); in process__oneTrack16BitsStereoNoResampling()
1238 * t->mMixerChannelCount * audio_bytes_per_sample(t->mMixerFormat)); in process__oneTrack16BitsStereoNoResampling()
1386 volumeRampMulti<MIXTYPE>(mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1398 volumeMulti<MIXTYPE>(mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1409 volumeRampMulti<MIXTYPE>(mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1415 volumeMulti<MIXTYPE>(mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1437 const uint32_t channels = t->mMixerChannelCount; in process__noResampleOneTrack()
1498 memset(temp, 0, outFrameCount * mMixerChannelCount * sizeof(TO)); in track__Resample()
1530 in += (MIXTYPE == MIXTYPE_MONOEXPAND) ? frameCount : frameCount * mMixerChannelCount; in track__NoResample()