/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plug.c | 846 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 D | pcm_iec958.c | 250 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 D | pcm_lfloat.c | 198 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 D | pcm_linear.c | 227 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 D | pcm_mulaw.c | 248 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 D | pcm_adpcm.c | 334 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 D | pcm_alaw.c | 232 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 D | pcm_direct.c | 919 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 D | pcm_params.c | 45 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 D | pcm.c | 910 snd_mask_set(¶ms->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 D | pcm_ioplug.c | 187 [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 D | pcm_route.c | 457 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 D | pcm_softvol.c | 490 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 D | pcm_local.h | 54 #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 D | pcm_extplug.c | 49 [SND_PCM_EXTPLUG_HW_FORMAT] = SND_PCM_HW_PARAM_FORMAT,
|
H A D | pcm_dsnoop.c | 796 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, ¶ms.format, in _snd_pcm_dsnoop_open()
|
H A D | pcm_dshare.c | 944 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, ¶ms.format, in _snd_pcm_dshare_open()
|
H A D | pcm_rate.c | 131 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 D | pcm_dmix.c | 1309 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, ¶ms.format, in _snd_pcm_dmix_open()
|
H A D | pcm_share.c | 1655 SND_PCM_HW_PARAM_FORMAT, 0, &sformat, in _snd_pcm_share_open()
|