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

  /system/core/include/system/
audio.h 457 #define AUDIO_CHANNEL_COUNT_MAX 30
473 return channel & ((1 << AUDIO_CHANNEL_COUNT_MAX) - 1);
482 ((channel >> AUDIO_CHANNEL_COUNT_MAX) & ((1 << AUDIO_CHANNEL_REPRESENTATION_LOG2) - 1));
511 return (audio_channel_mask_t) ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits);
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.h 58 static const uint32_t MAX_NUM_CHANNELS_TO_DOWNMIX = AUDIO_CHANNEL_COUNT_MAX;

Completed in 49 milliseconds