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 501 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask);
542 const bool mixerChannelCountChanged = track.mMixerChannelCount != mixerChannelCount;
550 track.mMixerChannelCount = mixerChannelCount;
    [all...]
AudioMixer.h 230 uint32_t mMixerChannelCount;

Completed in 922 milliseconds