HomeSort by relevance Sort by last modified time
    Searched full:min_channel_count (Results 1 - 4 of 4) sorted by null

  /system/media/alsa_utils/include/
alsa_device_profile.h 58 unsigned min_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;
198 if (count < profile->min_channel_count) {
199 return profile->min_channel_count;
213 return count >= profile->min_channel_count && count <= profile->max_channel_count;
339 profile->min_channel_count = pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS);
631 profile->min_channel_count, profile->max_channel_count);
  /cts/tests/tests/media/src/android/media/cts/
DynamicsProcessingTest.java 44 private static final int MIN_CHANNEL_COUNT = 1;
143 assertTrue("unexpected channel count", channelCount >= MIN_CHANNEL_COUNT);
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 84 #define MIN_CHANNEL_COUNT 1
    [all...]

Completed in 189 milliseconds