Home
last modified time | relevance | path

Searched refs:dst_format (Results 1 – 7 of 7) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_linear.c49 snd_pcm_format_t dst_format) in snd_pcm_linear_convert_index() argument
54 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_convert_index()
57 dst_endian = snd_pcm_format_big_endian(dst_format); in snd_pcm_linear_convert_index()
65 dst_width = snd_pcm_format_width(dst_format) / 8 - 1; in snd_pcm_linear_convert_index()
70 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_get_index() argument
74 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_get_index()
99 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_put_index() argument
103 snd_pcm_format_signed(dst_format)); in snd_pcm_linear_put_index()
105 endian = snd_pcm_format_big_endian(dst_format); in snd_pcm_linear_put_index()
109 pwidth = snd_pcm_format_physical_width(dst_format); in snd_pcm_linear_put_index()
[all …]
A Dpcm_plugin_generic.h83 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
84 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
85 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
A Dpcm_route.c710 snd_pcm_format_t src_format, dst_format; in snd_pcm_route_hw_params() local
772 dst_format = slave->format; in snd_pcm_route_hw_params()
775 err = snd_pcm_hw_params_get_format(params, &dst_format); in snd_pcm_route_hw_params()
782 (snd_pcm_format_physical_width(dst_format) + 7) / 3 == 3; in snd_pcm_route_hw_params()
784 route->params.put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32_LE, dst_format); in snd_pcm_route_hw_params()
785 route->params.conv_idx = snd_pcm_linear_convert_index(src_format, dst_format); in snd_pcm_route_hw_params()
787 route->params.dst_sfmt = dst_format; in snd_pcm_route_hw_params()
A Dpcm_rate_linear.c346 extern int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
347 extern int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
A Dpcm_softvol.c560 snd_pcm_format_t src_format, dst_format; in snd_pcm_softvol_hw_params()
/bsp/simulator/SDL2/include/
A DSDL_audio.h232 SDL_AudioFormat dst_format; /**< Target audio format */ member
935 SDL_AudioFormat dst_format,
1013 const SDL_AudioFormat dst_format,
A DSDL_surface.h723 Uint32 dst_format,
749 Uint32 dst_format,

Completed in 17 milliseconds