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

  /external/tinyalsa/
tinypcminfo.c 78 max = pcm_params_get_max(params, PCM_PARAM_RATE);
81 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
84 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
87 max = pcm_params_get_max(params, PCM_PARAM_PERIOD_SIZE);
90 max = pcm_params_get_max(params, PCM_PARAM_PERIODS);
pcm.c 564 unsigned int pcm_params_get_max(struct pcm_params *pcm_params, function
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 149 unsigned int pcm_params_get_max(struct pcm_params *pcm_params,

Completed in 1228 milliseconds