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

  /external/tinyalsa/
tinypcminfo.c 189 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS);
190 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
tinyplay.c 202 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits");
pcm.c 613 case PCM_PARAM_SAMPLE_BITS:
796 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS);
797 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
    [all...]
  /hardware/libhardware/modules/usbaudio/
logging.c 61 ALOGV("usb:audio_hw - PCM_PARAM_SAMPLE_BITS min:%u, max:%u",
62 pcm_params_get_min(alsa_hw_params, PCM_PARAM_SAMPLE_BITS),
63 pcm_params_get_max(alsa_hw_params, PCM_PARAM_SAMPLE_BITS));
  /system/extras/tests/audio/alsa/
pcmtest.cpp 149 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS);
150 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 123 PCM_PARAM_SAMPLE_BITS,

Completed in 65 milliseconds