Searched refs:snd_pcm_format_width (Results 1 – 14 of 14) sorted by relevance
73 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()
574 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()
210 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() function
420 switch (snd_pcm_format_width(format)) { in snd_pcm_iec958_hw_params()
285 int width = snd_pcm_format_width(orig); in get_best_format()300 if (snd_pcm_format_width(f) == width) in get_best_format()
332 fmt->bits = snd_pcm_format_width(pcm->format); in setup_wav_header()
329 w = snd_pcm_format_width(format); in snd_pcm_plug_slave_format()
357 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()
40 int format_bits = snd_pcm_format_width(format); in generate_sine()
367 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()
521 (snd_pcm_format_width(format) / 8); in QSA_OpenDevice()
1141 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
851 snd_pcm_format_width(rhwparams.format) <= 8) in main()1470 significant_bits_per_sample = snd_pcm_format_width(hwparams.format); in set_params()
1489 if (snd_pcm_format_width(format) > 16) in fix_format()