Home
last modified time | relevance | path

Searched refs:snd_pcm_format_physical_width (Results 1 – 15 of 15) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_linear.c80 pwidth = snd_pcm_format_physical_width(src_format); in snd_pcm_linear_get_index()
109 pwidth = snd_pcm_format_physical_width(dst_format); in snd_pcm_linear_put_index()
282 linear->use_getput = (snd_pcm_format_physical_width(format) == 24 || in snd_pcm_linear_hw_params()
283 snd_pcm_format_physical_width(linear->sformat) == 24); in snd_pcm_linear_hw_params()
A Dpcm.c838 size = snd_pcm_format_physical_width(format); in snd_pcm_format_size()
1254 width = snd_pcm_format_physical_width(format); in snd_pcm_area_silence()
1339 int width = snd_pcm_format_physical_width(format); in snd_pcm_areas_silence()
1393 width = snd_pcm_format_physical_width(format); in snd_pcm_area_copy()
1490 int width = snd_pcm_format_physical_width(format); in snd_pcm_areas_copy()
A Dpcm_route.c781 (snd_pcm_format_physical_width(src_format) + 7) / 3 == 3 || in snd_pcm_route_hw_params()
782 (snd_pcm_format_physical_width(dst_format) + 7) / 3 == 3; in snd_pcm_route_hw_params()
A Dpcm_dsnoop.c72 unsigned int fbytes = snd_pcm_format_physical_width(format) / 8; in snoop_areas()
A Dpcm_direct.c605 bits = snd_pcm_format_physical_width(pcm->format); in snd_pcm_direct_check_interleave()
A Dpcm_rate.c385 cwidth = snd_pcm_format_physical_width(cinfo->format); in snd_pcm_rate_hw_params()
386 swidth = snd_pcm_format_physical_width(sinfo->format); in snd_pcm_rate_hw_params()
A Dpcm_params.c1539 pcm->sample_bits = snd_pcm_format_physical_width(pcm->format); in _snd_pcm_hw_params_internal()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/thirdparty/sona_audioaef/
A Dpcm_sona_audioaef.c74 int in_bits = snd_pcm_format_physical_width(ext->format); in sona_audioaef_transfer()
128 snd_pcm_format_physical_width(ext->slave_format), in sona_audioaef_hw_params()
133 snd_pcm_format_physical_width(ext->slave_format), in sona_audioaef_hw_params()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Dsnd_misc.h37 int snd_pcm_format_physical_width(snd_pcm_format_t format);
A Dpcm_common.h442 int snd_pcm_format_physical_width(snd_pcm_format_t format);
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/
A Dwav_parser.c149 rate * snd_pcm_format_physical_width(format) / 8; in create_wav()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_misc.c109 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() function
A Dsnd_params.c448 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_format()
469 bits = snd_pcm_format_physical_width(k); in snd_pcm_hw_rule_sample_bits()
A Dsnd_core.c234 (uint32_t)snd_pcm_format_physical_width(__pcm_ffs(hw->formats)); in soc_pcm_init_runtime_hw_constrains()
236 (uint32_t)snd_pcm_format_physical_width(__fls(hw->formats)); in soc_pcm_init_runtime_hw_constrains()
A Dsnd_pcm.c1901 bits = snd_pcm_format_physical_width(runtime->format); in ksnd_pcm_hw_params()
2371 width = snd_pcm_format_physical_width(runtime->format); in ksnd_pcm_channel_info()

Completed in 80 milliseconds