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

  /system/media/alsa_utils/include/
alsa_device_profile.h 36 #define DEFAULT_CHANNEL_COUNT 2
  /system/media/alsa_utils/
alsa_device_profile.c 71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT;
192 return profile_is_valid(profile) ? profile->channel_counts[0] : DEFAULT_CHANNEL_COUNT;
215 return count == DEFAULT_CHANNEL_COUNT;
  /hardware/qcom/audio/hal/
audio_hw.c 85 #define DEFAULT_CHANNEL_COUNT 2
113 .channels = DEFAULT_CHANNEL_COUNT,
124 .channels = DEFAULT_CHANNEL_COUNT,
136 .channels = DEFAULT_CHANNEL_COUNT,
160 .channels = DEFAULT_CHANNEL_COUNT,
173 .channels = DEFAULT_CHANNEL_COUNT, /* changed when the stream is opened */
184 .channels = DEFAULT_CHANNEL_COUNT,
192 .channels = DEFAULT_CHANNEL_COUNT,
205 .channels = DEFAULT_CHANNEL_COUNT,
    [all...]

Completed in 244 milliseconds