Home
last modified time | relevance | path

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

/external/tinyalsa_new/src/
Dpcm_plugin.c274 pcm_plug_set_interval(params, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in pcm_plug_get_params()
486 pcm_plug_interval_select(p, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, select, val2); in pcm_plug_hw_params_set()
Dpcm.c814 return SNDRV_PCM_HW_PARAM_BUFFER_SIZE; in pcm_param_to_alsa()
/external/tinyalsa/
Dpcm_plugin.c257 pcm_plug_set_interval(params, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in pcm_plug_get_params()
469 pcm_plug_interval_select(p, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, select, val2); in pcm_plug_hw_params_set()
Dpcm.c701 return SNDRV_PCM_HW_PARAM_BUFFER_SIZE; in pcm_param_to_alsa()
/external/kernel-headers/original/uapi/sound/
Dasound.h385 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */ macro