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

  /external/tinyalsa/
tinypcminfo.c 186 min = pcm_params_get_min(params, PCM_PARAM_CHANNELS);
187 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
tinyplay.c 201 can_play &= check_param(params, PCM_PARAM_CHANNELS, channels, "Sample", " channels");
pcm.c 619 case PCM_PARAM_CHANNELS:
793 min = pcm_params_get_min(params, PCM_PARAM_CHANNELS);
794 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
    [all...]
  /hardware/libhardware/modules/usbaudio/
logging.c 71 ALOGV("usb:audio_hw - PCM_PARAM_CHANNELS min:%u, max:%u",
72 pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS),
73 pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS));
alsa_device_profile.c 323 profile->min_channel_count = pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS);
324 profile->max_channel_count = pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS);
335 config->channels = pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS);
378 profile, pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS),
379 pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS));
  /system/extras/tests/audio/alsa/
pcmtest.cpp 145 min = pcm_params_get_min(params, PCM_PARAM_CHANNELS);
146 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 125 PCM_PARAM_CHANNELS,

Completed in 151 milliseconds