Home
last modified time | relevance | path

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

/external/tinyalsa_new/tests/src/
Dpcm_params_test.cc76 ASSERT_EQ(pcm_params_get_mask(params, PCM_PARAM_SAMPLE_BITS), nullptr); in TEST()
89 ASSERT_EQ(pcm_params_get_min(nullptr, PCM_PARAM_SAMPLE_BITS), 0); in TEST()
90 ASSERT_EQ(pcm_params_get_max(nullptr, PCM_PARAM_SAMPLE_BITS), 0); in TEST()
147 unsigned int sample_bits_min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS); in TEST()
148 unsigned int sample_bits_max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in TEST()
/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.c204 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits"); in sample_is_playable()
Dtinyhostless.c207 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits"); in check_params()
Dpcm.c673 case PCM_PARAM_SAMPLE_BITS: in pcm_param_to_alsa()
856 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()
857 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()
/external/tinyalsa_new/utils/
Dtinypcminfo.c197 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS); in main()
198 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in main()
Dtinyplay.c421 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, cmd->bits, "bits", " bits"); in sample_is_playable()
/external/tinyalsa_new/include/tinyalsa/
Dpcm.h245 PCM_PARAM_SAMPLE_BITS, enumerator
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h129 PCM_PARAM_SAMPLE_BITS, enumerator
/external/tinyalsa_new/src/
Dpcm.c786 case PCM_PARAM_SAMPLE_BITS: in pcm_param_to_alsa()
956 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()
957 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()