Searched defs:hw_params (Results 1 - 11 of 11) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_simple.c | 47 set_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *hw_params, unsigned int *rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, unsigned int *buffer_time, unsigned int *period_time, snd_pcm_access_t access) set_hw_params() argument 167 snd_pcm_hw_params_t hw_params = {0}; snd_spcm_init() local 221 snd_pcm_hw_params_t hw_params = {0}; snd_spcm_init_duplex() local [all...] |
H A D | pcm_extplug.c | 187 static int extplug_hw_refine(snd_pcm_hw_params_t *hw_params, in extplug_hw_refine() argument [all...] |
H A D | pcm_direct.c | 1199 snd_pcm_hw_params_t hw_params = {0}; local [all...] |
H A D | pcm_local.h | 149 int (*hw_params)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); member
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound.h | 30 snd_pcm_hw_params_t *hw_params; member
|
H A D | xfer-libasound.c | 537 retrieve_actual_hw_params(snd_pcm_hw_params_t *hw_params, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, snd_pcm_access_t *access, snd_pcm_uframes_t *frames_per_buffer) retrieve_actual_hw_params() argument [all...] |
/third_party/alsa-lib/include/ |
H A D | pcm_extplug.h | 146 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params); member
|
H A D | pcm_ioplug.h | 157 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params); member
|
H A D | aserver.h | 73 snd_pcm_hw_params_t hw_params; member
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa.c | 182 snd_pcm_hw_params_t *hw_params; in ff_alsa_open() local [all...] |
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 151 snd_pcm_hw_params_t *hw_params ; in alsa_open() local [all...] |
Completed in 10 milliseconds