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/
Dpcm_plug.c817 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()
Dpcm_iec958.c251 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()
Dpcm_mulaw.c249 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()
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()
Dpcm_lfloat.c199 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()
Dpcm_linear.c228 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()
Dpcm_adpcm.c335 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()
Dpcm_direct.c876 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));
Dpcm_params.c45 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] = {
Dpcm.c897 snd_mask_set(&params->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 …]
Dpcm_local.h50 #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)
Dpcm_softvol.c491 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()
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()
Dpcm_route.c458 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()
Dpcm_extplug.c49 [SND_PCM_EXTPLUG_HW_FORMAT] = SND_PCM_HW_PARAM_FORMAT,
Dpcm_dsnoop.c830 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &params.format, in _snd_pcm_dsnoop_open()
Dpcm_rate.c132 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()
Dpcm_dshare.c976 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &params.format, in _snd_pcm_dshare_open()
Dpcm_dmix.c1341 SND_PCM_HW_PARAM_FORMAT, SCONF_UNCHANGED, &params.format, in _snd_pcm_dmix_open()
Dpcm_share.c1646 SND_PCM_HW_PARAM_FORMAT, 0, &sformat, in _snd_pcm_share_open()