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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h71 typedef struct _snd_pcm_format_mask snd_pcm_format_mask_t; typedef in typeref:struct:_snd_pcm_format_mask
610 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
611 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
799 * \brief allocate an empty #snd_pcm_format_mask_t using standard alloca
803 int snd_pcm_format_mask_malloc(snd_pcm_format_mask_t **ptr);
804 void snd_pcm_format_mask_free(snd_pcm_format_mask_t *obj);
805 void snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *src);
806 void snd_pcm_format_mask_none(snd_pcm_format_mask_t *mask);
807 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c215 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed)
237 static snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, const snd_pcm_format_mask_t *format_mask)
241 snd_pcm_format_mask_t lin = { SND_PCM_FMTBIT_LINEAR };
242 snd_pcm_format_mask_t fl = {
789 const snd_pcm_format_mask_t *format_mask, *sformat_mask;
790 snd_pcm_format_mask_t sfmt_mask;
889 const snd_pcm_format_mask_t *format_mask, *sformat_mask;
890 snd_pcm_format_mask_t fmt_mask;
H A Dpcm_lfloat.c193 snd_pcm_format_mask_t lformat_mask = { SND_PCM_FMTBIT_LINEAR };
194 snd_pcm_format_mask_t fformat_mask = { SND_PCM_FMTBIT_FLOAT };
H A Dpcm_iec958.c237 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR };
241 snd_pcm_format_mask_t format_mask = {
H A Dpcm.c3304 * \brief get size of #snd_pcm_format_mask_t
3309 return sizeof(snd_pcm_format_mask_t);
3313 * \brief allocate an empty #snd_pcm_format_mask_t using standard malloc
3317 int snd_pcm_format_mask_malloc(snd_pcm_format_mask_t **ptr)
3320 *ptr = calloc(1, sizeof(snd_pcm_format_mask_t));
3327 * \brief frees a previously allocated #snd_pcm_format_mask_t
3330 void snd_pcm_format_mask_free(snd_pcm_format_mask_t *obj)
3336 * \brief copy one #snd_pcm_format_mask_t to another
3340 void snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *sr
[all...]
H A Dpcm_alaw.c231 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR };
H A Dpcm_linear.c253 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR };
H A Dpcm_mulaw.c248 snd_pcm_format_mask_t format_mask= { SND_PCM_FMTBIT_LINEAR };
H A Dpcm_adpcm.c334 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR };
H A Dpcm_local.h722 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
723 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
H A Dpcm_route.c527 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR };
H A Dpcm_softvol.c421 snd_pcm_format_mask_t format_mask = {
H A Dpcm_rate.c86 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR };

Completed in 115 milliseconds