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

  /system/media/alsa_utils/include/
alsa_device_profile.h 59 unsigned max_channel_count; member in struct:__anon3099
  /system/media/alsa_utils/
alsa_device_profile.c 71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT;
200 } else if (count > profile->max_channel_count) {
201 return profile->max_channel_count;
213 return count >= profile->min_channel_count && count <= profile->max_channel_count;
340 profile->max_channel_count = pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS);
631 profile->min_channel_count, profile->max_channel_count);
  /hardware/qcom/audio/hal/
audio_hw.c 88 #define MAX_CHANNEL_COUNT 1
90 #define MAX_CHANNEL_COUNT atoi(XSTR(MAX_TARGET_SPECIFIC_CHANNEL_CNT))
2210 int max_channel_count = is_usb_hifi ? MAX_HIFI_CHANNEL_COUNT : MAX_CHANNEL_COUNT; local
    [all...]

Completed in 59 milliseconds