Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mMixerChannelCount

229         t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask);
269 const bool mixerChannelCountChanged = track.mMixerChannelCount != mixerChannelCount;
277 track.mMixerChannelCount = mixerChannelCount;
779 ? mMixerChannelCount : channelCount;
807 ? mMixerChannelCount : channelCount;
974 t.hook = getTrackHook(TRACKTYPE_RESAMPLE, t.mMixerChannelCount,
984 t.mMixerChannelCount,
989 t.hook = getTrackHook(TRACKTYPE_NORESAMPLE, t.mMixerChannelCount,
1030 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat);
1068 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat);
1086 memset(temp, 0, outFrameCount * t->mMixerChannelCount * sizeof(int32_t));
1389 memset(t1.mainBuffer, 0, state->frameCount * t1.mMixerChannelCount
1472 t.hook(&t, outTemp + (BLOCKSIZE - outFrames) * t.mMixerChannelCount,
1497 BLOCKSIZE * t1.mMixerChannelCount);
1500 + BLOCKSIZE * t1.mMixerChannelCount
1543 memset(outTemp, 0, sizeof(*outTemp) * t1.mMixerChannelCount * state->frameCount);
1573 t.hook(&t, outTemp + outFrames * t.mMixerChannelCount, t.buffer.frameCount,
1581 outTemp, t1.mMixerInFormat, numFrames * t1.mMixerChannelCount);
1615 * t.mMixerChannelCount * audio_bytes_per_sample(t.mMixerFormat));
1781 volumeRampMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux,
1787 volumeMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux,
1792 volumeRampMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux,
1798 volumeMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux,
1821 const uint32_t channels = t->mMixerChannelCount;
1881 memset(temp, 0, outFrameCount * t->mMixerChannelCount * sizeof(TO));
1913 in += (MIXTYPE == MIXTYPE_MONOEXPAND) ? frameCount : frameCount * t->mMixerChannelCount;