/third_party/ffmpeg/libavdevice/ |
H A D | alsa.h | 52 int period_size; ///< preferred size for reads and writes, in frames member
|
H A D | alsa.c | 183 snd_pcm_uframes_t buffer_size, period_size; in ff_alsa_open() local
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_simple.c | 284 snd_spcm_init_get_params(snd_pcm_t *pcm, unsigned int *rate, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t *period_size) snd_spcm_init_get_params() argument
|
H A D | pcm_direct.h | 71 snd_pcm_sframes_t period_size; member 87 snd_interval_t period_size; member 98 unsigned int period_size; member
|
H A D | pcm_direct.c | 967 snd_interval_t period_size = dshare->shmptr->hw.period_size; local [all...] |
H A D | pcm_rate.c | 234 snd_interval_t *period_size; in snd_pcm_rate_hw_refine_cchange() local [all...] |
H A D | pcm_local.h | 211 snd_pcm_uframes_t period_size; member
|
H A D | pcm.c | 8796 snd_pcm_uframes_t buffer_size, period_size; snd_pcm_set_params() local 8974 snd_pcm_get_params(snd_pcm_t *pcm, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t *period_size) snd_pcm_get_params() argument [all...] |
/third_party/alsa-lib/test/ |
H A D | seq-sender.c | 9 int period_size = 1024; variable
|
H A D | pcm.c | 33 static snd_pcm_sframes_t period_size; variable [all...] |
H A D | latency.c | 60 int period_size = 0; /* auto */ variable
|
/third_party/alsa-lib/include/ |
H A D | pcm_rate.h | 48 snd_pcm_uframes_t period_size; member
|
H A D | pcm_ioplug.h | 122 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */ member
|
/third_party/alsa-utils/bat/ |
H A D | alsa.c | 36 snd_pcm_uframes_t period_size; member 81 snd_pcm_uframes_t period_size = 0; in set_snd_pcm_params() local [all...] |
H A D | common.h | 223 int period_size; /* period size in frames */ member
|
/third_party/alsa-utils/speaker-test/ |
H A D | speaker-test.c | 115 static snd_pcm_uframes_t period_size; variable [all...] |
/third_party/alsa-utils/alsaloop/ |
H A D | alsaloop.h | 97 unsigned int period_size; member
|
H A D | pcmjob.c | 232 snd_pcm_uframes_t val, period_size, buffer_size; in setparams_set() local
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 200 pa_alsa_set_hw_params( snd_pcm_t *pcm_handle, pa_sample_spec *ss, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_set_hw_params() argument 514 pa_alsa_open_by_device_id_auto( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_profile_set *ps, pa_alsa_mapping **mapping) pa_alsa_open_by_device_id_auto() argument 623 pa_alsa_open_by_device_id_mapping( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_mapping *m) pa_alsa_open_by_device_id_mapping() argument 675 pa_alsa_open_by_device_string( const char *device, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_open_by_device_string() argument 774 pa_alsa_open_by_template( char **template, const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_open_by_template() argument [all...] |