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

  /frameworks/av/services/audioflinger/
AudioMixer.cpp 227 t->mMixerChannelMask = audio_channel_mask_from_representation_and_bits(
229 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask);
263 && mixerChannelMask == track.mMixerChannelMask) {
276 track.mMixerChannelMask = mixerChannelMask;
285 status, track.channelMask, track.mMixerChannelMask);
327 if (channelMask == mMixerChannelMask
329 && mMixerChannelMask == AUDIO_CHANNEL_OUT_STEREO)) {
337 mMixerChannelMask,
352 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount);
396 audio_channel_count_from_out_mask(mMixerChannelMask),
    [all...]
AudioMixer.h 260 audio_channel_mask_t mMixerChannelMask;

Completed in 96 milliseconds