Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_get_format (Results 1 – 20 of 20) sorted by relevance

/third_party/alsa-lib/src/
DVersions.in25 @SYMBOL_PREFIX@snd_pcm_hw_params_get_format;
/third_party/alsa-lib/src/pcm/
Dpcm_lfloat.c282 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &src_format); in snd_pcm_lfloat_hw_params()
286 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &dst_format); in snd_pcm_lfloat_hw_params()
Dpcm_mulaw.c332 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &format); in snd_pcm_mulaw_hw_params()
Dpcm_alaw.c317 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &format); in snd_pcm_alaw_hw_params()
Dpcm_linear.c308 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &format); in snd_pcm_linear_hw_params()
Dpcm_ioplug.c437 INTERNAL(snd_pcm_hw_params_get_format)(params, &io->data->format); in snd_pcm_ioplug_hw_params()
447 INTERNAL(snd_pcm_hw_params_get_format)(params, &io->data->format); in snd_pcm_ioplug_hw_params()
Dpcm_plug.c1024 INTERNAL(snd_pcm_hw_params_get_format)(params, &clt_params.format); in snd_pcm_plug_hw_params()
1028 INTERNAL(snd_pcm_hw_params_get_format)(&sparams, &slv_params.format); in snd_pcm_plug_hw_params()
Dpcm_route.c562 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &src_format); in snd_pcm_route_hw_params()
566 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &dst_format); in snd_pcm_route_hw_params()
Dpcm_adpcm.c421 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &format); in snd_pcm_adpcm_hw_params()
Dpcm_extplug.c308 INTERNAL(snd_pcm_hw_params_get_format)(params, &ext->data->format); in snd_pcm_extplug_hw_params()
Dpcm_iec958.c340 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &format); in snd_pcm_iec958_hw_params()
Dpcm.c4297 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm… in INTERNAL() argument
4299 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *format) in INTERNAL()
7881 __OLD_GET(snd_pcm_hw_params_get_format, snd_pcm_format_t, int);
8007 OBSOLETE1(snd_pcm_hw_params_get_format, ALSA_0.9, ALSA_0.9.0rc4);
Dpcm_local.h846 int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val…
Dpcm_rate.c374 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &cinfo->format); in snd_pcm_rate_hw_params()
Dpcm_params.c2406 INTERNAL(snd_pcm_hw_params_get_format)(params, &pcm->format); in _snd_pcm_hw_params_internal()
/third_party/alsa-utils/axfer/
Dxfer-libasound-irq-rw.c367 err = snd_pcm_hw_params_get_format(state->hw_params, &format); in irq_rw_pre_process()
Dxfer-libasound-timer-mmap.c356 err = snd_pcm_hw_params_get_format(state->hw_params, &sample_format); in fill_buffer_with_zero_samples()
Dxfer-libasound.c546 err = snd_pcm_hw_params_get_format(hw_params, format); in retrieve_actual_hw_params()
/third_party/alsa-lib/include/
Dpcm_old.h23 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params);
Dpcm.h779 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val);