Searched refs:snd_pcm_format_mask_t (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
H A Dpcm.h56 typedef struct _snd_pcm_format_mask snd_pcm_format_mask_t; typedef in typeref:struct:_snd_pcm_format_mask
591 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
592 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
778 * \brief allocate an empty #snd_pcm_format_mask_t using standard alloca
782 int snd_pcm_format_mask_malloc(snd_pcm_format_mask_t **ptr);
783 void snd_pcm_format_mask_free(snd_pcm_format_mask_t *obj);
784 void snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *src);
785 void snd_pcm_format_mask_none(snd_pcm_format_mask_t *mask);
786 void snd_pcm_format_mask_any(snd_pcm_format_mask_t *mas
[all...]
H A Dpcm_old.h28 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
29 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
H A Dpcm.h56 typedef struct _snd_pcm_format_mask snd_pcm_format_mask_t; typedef in typeref:struct:_snd_pcm_format_mask
591 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
592 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
778 * \brief allocate an empty #snd_pcm_format_mask_t using standard alloca
782 int snd_pcm_format_mask_malloc(snd_pcm_format_mask_t **ptr);
783 void snd_pcm_format_mask_free(snd_pcm_format_mask_t *obj);
784 void snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *src);
785 void snd_pcm_format_mask_none(snd_pcm_format_mask_t *mask);
786 void snd_pcm_format_mask_any(snd_pcm_format_mask_t *mas
[all...]
H A Dpcm_old.h28 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
29 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);

Completed in 32 milliseconds