Home
last modified time | relevance | path

Searched defs:mindir (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dinterval.c439 int boundary_nearer(int min, int mindir, int best, int bestdir, int max, int maxdir) in boundary_nearer() argument
H A Dpcm_params.c821 int mindir, maxdir; in snd_pcm_hw_param_set_near() local
547 _snd_pcm_hw_param_set_minmax(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int min, int mindir, unsigned int max, int maxdir) _snd_pcm_hw_param_set_minmax() argument
617 snd_pcm_hw_param_set_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_set_mode_t mode, snd_pcm_hw_param_t var, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_param_set_minmax() argument
953 snd_pcm_hw_param_set_near_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, unsigned int min, int *mindir, unsigned int max, int *maxdir) snd_pcm_hw_param_set_near_minmax() argument
987 int mindir, maxdir, err; snd_pcm_hw_param_refine_near() local
[all...]
H A Dpcm.c4892 int snd_pcm_hw_params_set_rate_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) in snd_pcm_hw_params_set_rate_minmax() argument
5233 int snd_pcm_hw_params_set_period_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) in snd_pcm_hw_params_set_period_time_minmax() argument
5440 int snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_uframes_t *max, int *maxdir) in snd_pcm_hw_params_set_period_size_minmax() argument
5657 snd_pcm_hw_params_set_periods_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_periods_minmax() argument
5857 snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_buffer_time_minmax() argument
[all...]

Completed in 11 milliseconds