OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCM_PARAM_SAMPLE_BITS
(Results
1 - 4
of
4
) sorted by null
/external/tinyalsa/
tinypcminfo.c
83
min = pcm_params_get_min(params,
PCM_PARAM_SAMPLE_BITS
);
84
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
513
case
PCM_PARAM_SAMPLE_BITS
:
/external/tinyalsa/include/tinyalsa/
asoundlib.h
111
PCM_PARAM_SAMPLE_BITS
,
Completed in 43 milliseconds