Searched refs:mMixerChannelCount (Results 1 – 2 of 2) sorted by relevance
501 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in getTrackName()542 const bool mixerChannelCountChanged = track.mMixerChannelCount != mixerChannelCount; in setChannelMasks()550 track.mMixerChannelCount = mixerChannelCount; in setChannelMasks()944 ? mMixerChannelCount : channelCount; in setResampler()1110 t.hook = getTrackHook(TRACKTYPE_RESAMPLE, t.mMixerChannelCount, in process__validate()1117 t.mMixerChannelCount == 2 // TODO: MONO_HACK. in process__validate()1119 t.mMixerChannelCount, in process__validate()1124 t.hook = getTrackHook(TRACKTYPE_NORESAMPLE, t.mMixerChannelCount, in process__validate()1165 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()1203 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()[all …]
230 uint32_t mMixerChannelCount; member