Searched refs:hw_param_mask (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_params.c | 81 #define hw_param_mask(params,var) \ macro 87 #define hw_param_mask_c hw_param_mask 93 snd_mask_any(hw_param_mask(params, var)); in _snd_pcm_hw_param_any() 246 snd_mask_none(hw_param_mask(params, var)); in _snd_pcm_hw_param_set_empty() 316 changed = snd_mask_refine_first(hw_param_mask(params, var)); in _snd_pcm_hw_param_set_first() 358 changed = snd_mask_refine_last(hw_param_mask(params, var)); in _snd_pcm_hw_param_set_last() 411 changed = snd_mask_refine_min(hw_param_mask(params, var), val + !!openmin); in _snd_pcm_hw_param_set_min() 485 snd_mask_none(hw_param_mask(params, var)); in _snd_pcm_hw_param_set_max() 488 changed = snd_mask_refine_max(hw_param_mask(params, var), val - !!openmax); in _snd_pcm_hw_param_set_max() 573 snd_mask_t *mask = hw_param_mask(param in _snd_pcm_hw_param_set_minmax() [all...] |
H A D | pcm_ext_parm.h | 11 static inline snd_mask_t *hw_param_mask(snd_pcm_hw_params_t *params, in hw_param_mask() function
|
H A D | pcm_direct.c | 826 static inline snd_mask_t *hw_param_mask(snd_pcm_hw_params_t *params, function 912 if (snd_mask_empty(hw_param_mask(params, SND_PCM_HW_PARAM_ACCESS))) { 916 if (snd_mask_refine(hw_param_mask(params, SND_PCM_HW_PARAM_ACCESS), &access)) 920 if (snd_mask_empty(hw_param_mask(params, SND_PCM_HW_PARAM_FORMAT))) { 924 if (snd_mask_refine_set(hw_param_mask(params, SND_PCM_HW_PARAM_FORMAT), 928 //snd_mask_none(hw_param_mask(params, SND_PCM_HW_PARAM_SUBFORMAT)); 1343 snd_mask_value(hw_param_mask(&hw_params,
|
H A D | pcm_extplug.c | 194 err = snd_ext_parm_mask_refine(hw_param_mask(hw_params, type), in extplug_hw_refine()
|
H A D | pcm_hw.c | 382 #define hw_param_mask(params,var) \ macro 395 snd_mask_t *m = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in hw_params_call()
|
H A D | pcm_ioplug.c | 294 err = snd_ext_parm_mask_refine(hw_param_mask(params, hw_params_type[i]), in snd_pcm_ioplug_hw_refine()
|
Completed in 11 milliseconds