OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_hw_params_get_period_size_max
(Results
1 - 5
of
5
) sorted by null
/device/samsung/crespo/alsa-lib/include/
pcm_old.h
104
asm(".symver
snd_pcm_hw_params_get_period_size_max
,
snd_pcm_hw_params_get_period_size_max
@ALSA_0.9");
111
snd_pcm_uframes_t
snd_pcm_hw_params_get_period_size_max
(const snd_pcm_hw_params_t *params, int *dir);
pcm.h
646
int
snd_pcm_hw_params_get_period_size_max
(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
[
all
...]
/device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c
383
err =
snd_pcm_hw_params_get_period_size_max
(params, &period_size_max, NULL);
/device/samsung/crespo/alsa-lib/src/pcm/
pcm.c
4445
int INTERNAL(
snd_pcm_hw_params_get_period_size_max
)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir)
function
[
all
...]
pcm_local.h
766
int INTERNAL(
snd_pcm_hw_params_get_period_size_max
)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
[
all
...]
Completed in 15 milliseconds