Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dpcm.h73 typedef struct _snd_pcm_format_mask snd_pcm_format_mask_t; typedef
802 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
803 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
995 * \brief allocate an empty #snd_pcm_format_mask_t using standard alloca
999 int snd_pcm_format_mask_malloc(snd_pcm_format_mask_t **ptr);
1000 void snd_pcm_format_mask_free(snd_pcm_format_mask_t *obj);
1001 void snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *src);
1002 void snd_pcm_format_mask_none(snd_pcm_format_mask_t *mask);
1003 void snd_pcm_format_mask_any(snd_pcm_format_mask_t *mas
[all...]
H A Dpcm_old.h31 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
32 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c235 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed) in check_linear_format()
257 static snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, const snd_pcm_format_mask_t *format_mask) in snd_pcm_plug_slave_format()
261 snd_pcm_format_mask_t lin = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_plug_slave_format()
262 snd_pcm_format_mask_t fl = { in snd_pcm_plug_slave_format()
819 const snd_pcm_format_mask_t *format_mask, *sformat_mask; in snd_pcm_plug_hw_refine_schange()
820 snd_pcm_format_mask_t sfmt_mask; in snd_pcm_plug_hw_refine_schange()
919 const snd_pcm_format_mask_t *format_mask, *sformat_mask; in snd_pcm_plug_hw_refine_cchange()
920 snd_pcm_format_mask_t fmt_mask; in snd_pcm_plug_hw_refine_cchange()
H A Dpcm_lfloat.c192 snd_pcm_format_mask_t lformat_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_lfloat_hw_refine_cprepare()
193 snd_pcm_format_mask_t fformat_mask = { SND_PCM_FMTBIT_FLOAT }; in snd_pcm_lfloat_hw_refine_cprepare()
H A Dpcm.c4073 * \brief get size of #snd_pcm_format_mask_t
4078 return sizeof(snd_pcm_format_mask_t); in snd_pcm_format_mask_sizeof()
4082 * \brief allocate an empty #snd_pcm_format_mask_t using standard malloc
4086 int snd_pcm_format_mask_malloc(snd_pcm_format_mask_t **ptr) in snd_pcm_format_mask_malloc()
4089 *ptr = calloc(1, sizeof(snd_pcm_format_mask_t)); in snd_pcm_format_mask_malloc()
4096 * \brief frees a previously allocated #snd_pcm_format_mask_t
4099 void snd_pcm_format_mask_free(snd_pcm_format_mask_t *obj) in snd_pcm_format_mask_free()
4105 * \brief copy one #snd_pcm_format_mask_t to another
4109 void snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *sr
[all...]
H A Dpcm_iec958.c249 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_iec958_hw_refine_cprepare()
253 snd_pcm_format_mask_t format_mask = { in snd_pcm_iec958_hw_refine_cprepare()
H A Dpcm_linear.c222 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_linear_hw_refine_cprepare()
H A Dpcm_mulaw.c247 snd_pcm_format_mask_t format_mask= { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_mulaw_hw_refine_cprepare()
H A Dpcm_adpcm.c333 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_adpcm_hw_refine_cprepare()
H A Dpcm_alaw.c231 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_alaw_hw_refine_cprepare()
H A Dpcm_local.h859 int snd_pcm_hw_params_set_format_mask(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
860 void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t *params, snd_pcm_format_mask_t *mask);
H A Dpcm_route.c452 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_route_hw_refine_cprepare()
H A Dpcm_softvol.c472 snd_pcm_format_mask_t format_mask = { in snd_pcm_softvol_hw_refine_cprepare()
H A Dpcm_rate.c126 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_rate_hw_refine_cprepare()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c391 snd_pcm_format_mask_t *mask; in configure_hw_params()

Completed in 27 milliseconds