Home
last modified time | relevance | path

Searched refs:PCM_PARAM_SAMPLE_BITS (Results 1 – 5 of 5) sorted by relevance

/external/tinyalsa/
Dtinypcminfo.c189 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS); in main()
190 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in main()
Dtinyplay.c202 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits"); in sample_is_playable()
Dtinyhostless.c206 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits"); in check_params()
Dpcm.c649 case PCM_PARAM_SAMPLE_BITS: in pcm_param_to_alsa()
832 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()
833 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h129 PCM_PARAM_SAMPLE_BITS, enumerator