HomeSort by relevance Sort by last modified time
    Searched refs:mMixerChannelCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioMixer.cpp 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;
    [all...]
AudioMixer.h 261 uint32_t mMixerChannelCount;

Completed in 1662 milliseconds