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

  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp 164 t->mMixerChannelMask = audio_channel_mask_from_representation_and_bits(
166 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask);
204 && mixerChannelMask == (track->mMixerChannelMask | track->mMixerHapticChannelMask)) {
223 track->mMixerChannelMask = mixerChannelMask;
249 status, track->channelMask, track->mMixerChannelMask);
297 if (channelMask == mMixerChannelMask
299 && mMixerChannelMask == AUDIO_CHANNEL_OUT_STEREO)) {
310 channelMask, mMixerChannelMask,
325 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount));
374 audio_channel_count_from_out_mask(mMixerChannelMask),
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 394 audio_channel_mask_t mMixerChannelMask;

Completed in 84 milliseconds