Home
last modified time | relevance | path

Searched defs:period_size (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dalsa.h52 int period_size; ///< preferred size for reads and writes, in frames member
H A Dalsa.c183 snd_pcm_uframes_t buffer_size, period_size; in ff_alsa_open() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_simple.c284 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 Dpcm_direct.h71 snd_pcm_sframes_t period_size; member
87 snd_interval_t period_size; member
98 unsigned int period_size; member
H A Dpcm_direct.c967 snd_interval_t period_size = dshare->shmptr->hw.period_size; local
[all...]
H A Dpcm_rate.c234 snd_interval_t *period_size; in snd_pcm_rate_hw_refine_cchange() local
[all...]
H A Dpcm_local.h211 snd_pcm_uframes_t period_size; member
H A Dpcm.c8796 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 Dseq-sender.c9 int period_size = 1024; variable
H A Dpcm.c33 static snd_pcm_sframes_t period_size; variable
[all...]
H A Dlatency.c60 int period_size = 0; /* auto */ variable
/third_party/alsa-lib/include/
H A Dpcm_rate.h48 snd_pcm_uframes_t period_size; member
H A Dpcm_ioplug.h122 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */ member
/third_party/alsa-utils/bat/
H A Dalsa.c36 snd_pcm_uframes_t period_size; member
81 snd_pcm_uframes_t period_size = 0; in set_snd_pcm_params() local
[all...]
H A Dcommon.h223 int period_size; /* period size in frames */ member
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c115 static snd_pcm_uframes_t period_size; variable
[all...]
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.h97 unsigned int period_size; member
H A Dpcmjob.c232 snd_pcm_uframes_t val, period_size, buffer_size; in setparams_set() local
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c200 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...]

Completed in 29 milliseconds