Lines Matching refs:mMixerChannelCount

231         t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask);  in getTrackName()
271 const bool mixerChannelCountChanged = track.mMixerChannelCount != mixerChannelCount; in setChannelMasks()
279 track.mMixerChannelCount = mixerChannelCount; in setChannelMasks()
781 ? mMixerChannelCount : channelCount; in setResampler()
810 ? mMixerChannelCount : channelCount; in setPlaybackRate()
977 t.hook = getTrackHook(TRACKTYPE_RESAMPLE, t.mMixerChannelCount, in process__validate()
987 t.mMixerChannelCount, in process__validate()
992 t.hook = getTrackHook(TRACKTYPE_NORESAMPLE, t.mMixerChannelCount, in process__validate()
1033 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()
1071 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()
1089 memset(temp, 0, outFrameCount * t->mMixerChannelCount * sizeof(int32_t)); in track__genericResample()
1392 memset(t1.mainBuffer, 0, state->frameCount * t1.mMixerChannelCount in process__nop()
1477 t.hook(&t, outTemp + (BLOCKSIZE - outFrames) * t.mMixerChannelCount, in process__genericNoResampling()
1504 BLOCKSIZE * t1.mMixerChannelCount); in process__genericNoResampling()
1507 + BLOCKSIZE * t1.mMixerChannelCount in process__genericNoResampling()
1550 memset(outTemp, 0, sizeof(*outTemp) * t1.mMixerChannelCount * state->frameCount); in process__genericResampling()
1582 t.hook(&t, outTemp + outFrames * t.mMixerChannelCount, t.buffer.frameCount, in process__genericResampling()
1590 outTemp, t1.mMixerInFormat, numFrames * t1.mMixerChannelCount); in process__genericResampling()
1626 * t.mMixerChannelCount * audio_bytes_per_sample(t.mMixerFormat)); in process__OneTrack16BitsStereoNoResampling()
1806 volumeRampMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1812 volumeMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1817 volumeRampMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1823 volumeMulti<MIXTYPE>(t->mMixerChannelCount, out, outFrames, in, aux, in volumeMix()
1846 const uint32_t channels = t->mMixerChannelCount; in process_NoResampleOneTrack()
1907 memset(temp, 0, outFrameCount * t->mMixerChannelCount * sizeof(TO)); in track__Resample()
1939 in += (MIXTYPE == MIXTYPE_MONOEXPAND) ? frameCount : frameCount * t->mMixerChannelCount; in track__NoResample()