Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_linear.c48 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, in snd_pcm_linear_convert_index() argument
53 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_convert_index()
56 src_endian = snd_pcm_format_big_endian(src_format); in snd_pcm_linear_convert_index()
64 src_width = snd_pcm_format_width(src_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
73 sign = (snd_pcm_format_signed(src_format) != in snd_pcm_linear_get_index()
76 endian = snd_pcm_format_big_endian(src_format); in snd_pcm_linear_get_index()
80 pwidth = snd_pcm_format_physical_width(src_format); in snd_pcm_linear_get_index()
81 width = snd_pcm_format_width(src_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
[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
771 err = snd_pcm_hw_params_get_format(params, &src_format); in snd_pcm_route_hw_params()
774 src_format = slave->format; in snd_pcm_route_hw_params()
781 (snd_pcm_format_physical_width(src_format) + 7) / 3 == 3 || in snd_pcm_route_hw_params()
783 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32_LE); 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()
786 route->params.src_size = snd_pcm_format_width(src_format) / 8; 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.h231 SDL_AudioFormat src_format; /**< Source audio format */ member
932 SDL_AudioFormat src_format,
1010 extern DECLSPEC SDL_AudioStream * SDLCALL SDL_NewAudioStream(const SDL_AudioFormat src_format,
A DSDL_surface.h721 Uint32 src_format,
747 Uint32 src_format,

Completed in 24 milliseconds