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

  /frameworks/wilhelm/src/android/
channels.c 76 if (channelCount > AUDIO_CHANNEL_COUNT_MAX) {
  /system/media/audio/include/system/
audio.h 523 #define AUDIO_CHANNEL_COUNT_MAX 30
540 AUDIO_CHANNEL_INDEX_HDR = AUDIO_CHANNEL_REPRESENTATION_INDEX << AUDIO_CHANNEL_COUNT_MAX,
555 return channel & ((1 << AUDIO_CHANNEL_COUNT_MAX) - 1);
564 ((channel >> AUDIO_CHANNEL_COUNT_MAX) & ((1 << AUDIO_CHANNEL_REPRESENTATION_LOG2) - 1));
593 return (audio_channel_mask_t) ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits);
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.h 60 static const uint32_t MAX_NUM_CHANNELS_TO_DOWNMIX = AUDIO_CHANNEL_COUNT_MAX;

Completed in 49 milliseconds