/third_party/alsa-lib/src/pcm/ |
D | pcm_plug.c | 817 format_mask = snd_pcm_hw_param_get_mask(params, SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_schange() 818 sformat_mask = snd_pcm_hw_param_get_mask(sparams, SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_schange() 849 SND_PCM_HW_PARAM_FORMAT, &sfmt_mask); in snd_pcm_plug_hw_refine_schange() 905 SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_cchange() 907 SND_PCM_HW_PARAM_FORMAT); in snd_pcm_plug_hw_refine_cchange() 939 SND_PCM_HW_PARAM_FORMAT, &fmt_mask); in snd_pcm_plug_hw_refine_cchange() 1294 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &sformat, in _snd_pcm_plug_open()
|
D | pcm_iec958.c | 251 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_iec958_hw_refine_cprepare() 258 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_iec958_hw_refine_cprepare() 795 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_iec958_open()
|
D | pcm_mulaw.c | 249 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_mulaw_hw_refine_cprepare() 550 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_mulaw_open()
|
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()
|
D | pcm_lfloat.c | 199 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_lfloat_hw_refine_cprepare() 495 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_lfloat_open()
|
D | pcm_linear.c | 228 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_linear_hw_refine_cprepare() 538 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_linear_open()
|
D | pcm_adpcm.c | 335 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_adpcm_hw_refine_cprepare() 662 SND_PCM_HW_PARAM_FORMAT, SCONF_MANDATORY, &sformat); in _snd_pcm_adpcm_open()
|
D | pcm_direct.c | 876 if (params->rmask & (1<<SND_PCM_HW_PARAM_FORMAT)) { 877 if (snd_mask_empty(hw_param_mask(params, SND_PCM_HW_PARAM_FORMAT))) { 881 if (snd_mask_refine_set(hw_param_mask(params, SND_PCM_HW_PARAM_FORMAT), 883 params->cmask |= 1<<SND_PCM_HW_PARAM_FORMAT; 1291 SND_PCM_HW_PARAM_FORMAT));
|
D | pcm_params.c | 45 case SND_PCM_HW_PARAM_FORMAT: in dump_hw_params() 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, 1952 [SND_PCM_HW_PARAM_FORMAT - SND_PCM_HW_PARAM_FIRST_MASK] = {
|
D | pcm.c | 897 snd_mask_set(¶ms->masks[SND_PCM_HW_PARAM_FORMAT - SND_PCM_HW_PARAM_FIRST_MASK], pcm->format); in snd_pcm_hw_params_current() 4302 return snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NULL); in INTERNAL() 4314 return snd_pcm_hw_param_set(pcm, params, SND_TEST, SND_PCM_HW_PARAM_FORMAT, format, 0); in snd_pcm_hw_params_test_format() 4326 return snd_pcm_hw_param_set(pcm, params, SND_TRY, SND_PCM_HW_PARAM_FORMAT, format, 0); in snd_pcm_hw_params_set_format() 4342 …return snd_pcm_hw_param_set_first(pcm, params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NU… in INTERNAL() 4358 …return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NUL… in INTERNAL() 4370 …return snd_pcm_hw_param_set_mask(pcm, params, SND_TRY, SND_PCM_HW_PARAM_FORMAT, (snd_mask_t *) mas… in snd_pcm_hw_params_set_format_mask() 4380 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() 6150 err = snd_pcm_hw_param_get(params, SND_PCM_HW_PARAM_FORMAT, &format, NULL); in snd_pcm_hw_params_get_min_align() 7588 [SND_PCM_HW_PARAM_FORMAT] = "format", [all …]
|
D | pcm_local.h | 50 #define SND_PCM_HW_PARAM_FORMAT SNDRV_PCM_HW_PARAM_FORMAT macro 751 return _snd_pcm_hw_param_set(params, SND_PCM_HW_PARAM_FORMAT, in _snd_pcm_hw_params_set_format() 1011 #define SND_PCM_HW_PARBIT_FORMAT (1U << SND_PCM_HW_PARAM_FORMAT)
|
D | pcm_softvol.c | 491 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_softvol_hw_refine_cprepare() 1241 SND_PCM_HW_PARAM_FORMAT, 0, &sformat); in _snd_pcm_softvol_open()
|
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()
|
D | pcm_route.c | 458 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()
|
D | pcm_extplug.c | 49 [SND_PCM_EXTPLUG_HW_FORMAT] = SND_PCM_HW_PARAM_FORMAT,
|
D | pcm_dsnoop.c | 830 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, ¶ms.format, in _snd_pcm_dsnoop_open()
|
D | pcm_rate.c | 132 err = _snd_pcm_hw_param_set_mask(params, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_rate_hw_refine_cprepare() 1676 SND_PCM_HW_PARAM_FORMAT, 0, &sformat, in _snd_pcm_rate_open()
|
D | pcm_dshare.c | 976 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, ¶ms.format, in _snd_pcm_dshare_open()
|
D | pcm_dmix.c | 1341 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, ¶ms.format, in _snd_pcm_dmix_open()
|
D | pcm_share.c | 1646 SND_PCM_HW_PARAM_FORMAT, 0, &sformat, in _snd_pcm_share_open()
|