Searched refs:snd_pcm_format_mask_t (Results 1 - 15 of 15) sorted by relevance
| /third_party/alsa-lib/include/ |
| H A D | pcm.h | 73 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 D | pcm_old.h | 31 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 D | pcm_plug.c | 235 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 D | pcm_lfloat.c | 192 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 D | pcm.c | 4073 * \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 D | pcm_iec958.c | 249 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 D | pcm_linear.c | 222 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_linear_hw_refine_cprepare()
|
| H A D | pcm_mulaw.c | 247 snd_pcm_format_mask_t format_mask= { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_mulaw_hw_refine_cprepare()
|
| H A D | pcm_adpcm.c | 333 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_adpcm_hw_refine_cprepare()
|
| H A D | pcm_alaw.c | 231 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_alaw_hw_refine_cprepare()
|
| H A D | pcm_local.h | 859 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 D | pcm_route.c | 452 snd_pcm_format_mask_t format_mask = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_route_hw_refine_cprepare()
|
| H A D | pcm_softvol.c | 472 snd_pcm_format_mask_t format_mask = { in snd_pcm_softvol_hw_refine_cprepare()
|
| H A D | pcm_rate.c | 126 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 D | xfer-libasound.c | 391 snd_pcm_format_mask_t *mask; in configure_hw_params()
|
Completed in 27 milliseconds