Searched refs:pcm_params_get_max (Results 1 - 4 of 4) sorted by relevance

/external/tinyalsa/
H A Dtinypcminfo.c184 max = pcm_params_get_max(params, PCM_PARAM_RATE);
187 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
190 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
193 max = pcm_params_get_max(params, PCM_PARAM_PERIOD_SIZE);
196 max = pcm_params_get_max(params, PCM_PARAM_PERIODS);
H A Dpcm.c704 unsigned int pcm_params_get_max(struct pcm_params *pcm_params, function
791 max = pcm_params_get_max(params, PCM_PARAM_RATE);
794 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
797 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
800 max = pcm_params_get_max(params, PCM_PARAM_PERIOD_SIZE);
803 max = pcm_params_get_max(params, PCM_PARAM_PERIODS);
H A Dtinyplay.c177 max = pcm_params_get_max(params, param);
/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h170 unsigned int pcm_params_get_max(struct pcm_params *pcm_params,

Completed in 70 milliseconds