Searched refs:snd_pcm_format_physical_width (Results 1 – 7 of 7) sorted by relevance
47 #define PCM_FORMAT_WIDTH(format) snd_pcm_format_physical_width(format)
98 const int sample_size = snd_pcm_format_physical_width(fmt->format) / 8; in cras_audio_area_config_buf_pointers()
57 frame_bytes = snd_pcm_format_physical_width(fmt->format) / 8 * in setup_shm_area()
139 sample_bytes = snd_pcm_format_physical_width(io->format) / 8; in pcm_cras_process_cb()167 snd_pcm_format_physical_width(io->format) * in pcm_cras_process_cb()
431 bytes_per_sample = snd_pcm_format_physical_width(alsa->output_format) / 8; in alsa_run()
2051 const int sample_size = snd_pcm_format_physical_width(fmt->format) / 8; in cras_audio_area_config_buf_pointers()
2513 int snd_pcm_format_physical_width(snd_pcm_format_t format) { in snd_pcm_format_physical_width() function