Home
last modified time | relevance | path

Searched refs:SND_PCM_HW_PARAM_FORMAT (Results 1 - 20 of 20) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c846 format_mask = snd_pcm_hw_param_get_mask(params, SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_schange()
847 sformat_mask = snd_pcm_hw_param_get_mask(sparams, SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_schange()
878 SND_PCM_HW_PARAM_FORMAT, &sfmt_mask); in snd_pcm_plug_hw_refine_schange()
934 SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_cchange()
936 SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_cchange()
968 SND_PCM_HW_PARAM_FORMAT, &fmt_mask); in snd_pcm_plug_hw_refine_cchange()
1335 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &sformat, in _snd_pcm_plug_open()
H A Dpcm_iec958.c250 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_iec958_hw_refine_cprepare()
257 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_iec958_hw_refine_cprepare()
794 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_iec958_open()
H A Dpcm_lfloat.c198 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_lfloat_hw_refine_cprepare()
494 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_lfloat_open()
H A Dpcm_linear.c227 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_linear_hw_refine_cprepare()
537 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_linear_open()
H A Dpcm_mulaw.c248 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_mulaw_hw_refine_cprepare()
549 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_mulaw_open()
H A Dpcm_adpcm.c334 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_adpcm_hw_refine_cprepare()
661 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_adpcm_open()
H A Dpcm_alaw.c232 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_alaw_hw_refine_cprepare()
536 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_alaw_open()
H A Dpcm_direct.c919 if (params->rmask & (1<<SND_PCM_HW_PARAM_FORMAT)) {
920 if (snd_mask_empty(hw_param_mask(params, SND_PCM_HW_PARAM_FORMAT))) {
924 if (snd_mask_refine_set(hw_param_mask(params, SND_PCM_HW_PARAM_FORMAT),
926 params->cmask |= 1<<SND_PCM_HW_PARAM_FORMAT;
1344 SND_PCM_HW_PARAM_FORMAT));
H A Dpcm_params.c45 case SND_PCM_HW_PARAM_FORMAT: in dump_hw_params()
208 SND_PCM_HW_PARAM_FORMAT, SND_PCM_HW_PARAM_SUBFORMAT. */
218 SND_PCM_HW_PARAM_FORMAT, SND_PCM_HW_PARAM_SUBFORMAT. */
767 SND_PCM_HW_PARAM_FORMAT, SND_PCM_HW_PARAM_SUBFORMAT.
809 SND_PCM_HW_PARAM_FORMAT, SND_PCM_HW_PARAM_SUBFORMAT.
886 SND_PCM_HW_PARAM_FORMAT, SND_PCM_HW_PARAM_SUBFORMAT.
1094 err = snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_FORMAT, NULL, 0); in snd_pcm_hw_params_choose()
1233 case SND_PCM_HW_PARAM_FORMAT: in snd_pcm_hw_param_dump()
1798 .var = SND_PCM_HW_PARAM_FORMAT,
1806 .deps = { SND_PCM_HW_PARAM_FORMAT,
[all...]
H A Dpcm.c910 snd_mask_set(&params->masks[SND_PCM_HW_PARAM_FORMAT - SND_PCM_HW_PARAM_FIRST_MASK], pcm->format); in snd_pcm_hw_params_current()
4435 return snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NULL); in snd_pcm_hw_params_get_format()
4447 return snd_pcm_hw_param_set(pcm, params, SND_TEST, SND_PCM_HW_PARAM_FORMAT, format, 0); in snd_pcm_hw_params_test_format()
4459 return snd_pcm_hw_param_set(pcm, params, SND_TRY, SND_PCM_HW_PARAM_FORMAT, format, 0); in snd_pcm_hw_params_set_format()
4475 return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NULL); in snd_pcm_hw_params_set_format_first()
4491 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NULL); in snd_pcm_hw_params_set_format_last()
4503 return snd_pcm_hw_param_set_mask(pcm, params, SND_TRY, SND_PCM_HW_PARAM_FORMAT, (snd_mask_t *) mask); in snd_pcm_hw_params_set_format_mask()
4513 snd_pcm_format_mask_copy(mask, snd_pcm_hw_param_get_mask(params, SND_PCM_HW_PARAM_FORMAT)); in snd_pcm_hw_params_get_format_mask()
6320 err = snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_FORMAT, &format, NULL); in snd_pcm_hw_params_get_min_align()
7770 [SND_PCM_HW_PARAM_FORMAT]
[all...]
H A Dpcm_ioplug.c187 [SND_PCM_IOPLUG_HW_FORMAT] = SND_PCM_HW_PARAM_FORMAT,
310 (1 << SND_PCM_HW_PARAM_FORMAT) | in snd_pcm_ioplug_hw_refine()
H A Dpcm_route.c457 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_route_hw_refine_cprepare()
1347 SND_PCM_HW_PARAM_FORMAT, 0, &sformat, in _snd_pcm_route_open()
H A Dpcm_softvol.c490 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_softvol_hw_refine_cprepare()
1240 SND_PCM_HW_PARAM_FORMAT, 0, &sformat); in _snd_pcm_softvol_open()
H A Dpcm_local.h54 #define SND_PCM_HW_PARAM_FORMAT SNDRV_PCM_HW_PARAM_FORMAT macro
759 return _snd_pcm_hw_param_set(params, SND_PCM_HW_PARAM_FORMAT, in _snd_pcm_hw_params_set_format()
1019 #define SND_PCM_HW_PARBIT_FORMAT (1U << SND_PCM_HW_PARAM_FORMAT)
H A Dpcm_extplug.c49 [SND_PCM_EXTPLUG_HW_FORMAT] = SND_PCM_HW_PARAM_FORMAT,
H A Dpcm_dsnoop.c796 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &params.format, in _snd_pcm_dsnoop_open()
H A Dpcm_dshare.c944 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &params.format, in _snd_pcm_dshare_open()
H A Dpcm_rate.c131 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_rate_hw_refine_cprepare()
1710 SND_PCM_HW_PARAM_FORMAT, 0, &sformat, in _snd_pcm_rate_open()
H A Dpcm_dmix.c1309 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &params.format, in _snd_pcm_dmix_open()
H A Dpcm_share.c1655 SND_PCM_HW_PARAM_FORMAT, 0, &sformat, in _snd_pcm_share_open()

Completed in 39 milliseconds