Home
last modified time | relevance | path

Searched refs:snd_pcm_format_width (Results 1 – 14 of 14) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_linear.c73 src_width = snd_pcm_format_width(src_format) / 8 - 1; in snd_pcm_linear_convert_index()
74 dst_width = snd_pcm_format_width(dst_format) / 8 - 1; in snd_pcm_linear_convert_index()
92 width = snd_pcm_format_width(src_format); in snd_pcm_linear_get_index()
126 width = snd_pcm_format_width(dst_format); in snd_pcm_linear_put_index()
313 snd_pcm_format_width(format) == 20 || in snd_pcm_linear_hw_params()
314 snd_pcm_format_width(linear->sformat) == 20); in snd_pcm_linear_hw_params()
Dpcm_route.c574 snd_pcm_format_width(src_format) == 20 || in snd_pcm_route_hw_params()
575 snd_pcm_format_width(dst_format) == 20; in snd_pcm_route_hw_params()
579 route->params.src_size = snd_pcm_format_width(src_format) / 8; in snd_pcm_route_hw_params()
Dpcm_misc.c210 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() function
Dpcm_iec958.c420 switch (snd_pcm_format_width(format)) { in snd_pcm_iec958_hw_params()
Dpcm_rate.c285 int width = snd_pcm_format_width(orig); in get_best_format()
300 if (snd_pcm_format_width(f) == width) in get_best_format()
Dpcm_file.c332 fmt->bits = snd_pcm_format_width(pcm->format); in setup_wav_header()
Dpcm_plug.c329 w = snd_pcm_format_width(format); in snd_pcm_plug_slave_format()
/third_party/alsa-lib/test/
Dlatency.c357 int frame_bytes = (snd_pcm_format_width(format) / 8) * channels; in readbuf()
377 int frame_bytes = (snd_pcm_format_width(format) / 8) * channels; in writebuf()
582 buffer = malloc((latency_max * snd_pcm_format_width(format) / 8) * 2); in main()
Dpcm.c40 int format_bits = snd_pcm_format_width(format); in generate_sine()
/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c367 snd_pcm_format_width(map->format)) in wave_parser_pre_process()
528 state->avail_bits_in_sample = snd_pcm_format_width(*format); in wave_builder_pre_process()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/qsa/
DSDL_qsa_audio.c521 (snd_pcm_format_width(format) / 8); in QSA_OpenDevice()
/third_party/alsa-lib/include/
Dpcm.h1141 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
/third_party/alsa-utils/aplay/
Daplay.c851 snd_pcm_format_width(rhwparams.format) <= 8) in main()
1470 significant_bits_per_sample = snd_pcm_format_width(hwparams.format); in set_params()
/third_party/alsa-utils/alsaloop/
Dpcmjob.c1489 if (snd_pcm_format_width(format) > 16) in fix_format()