Searched refs:PCM_FORMAT_WIDTH (Results 1 – 3 of 3) sorted by relevance
20 #define PCM_FORMAT_WIDTH(format) pcm_format_to_bits(format) macro47 #define PCM_FORMAT_WIDTH(format) snd_pcm_format_physical_width(format)126 const int bytes = PCM_FORMAT_WIDTH(fmt->format) / 8; in cras_get_format_bytes()
150 data->frame_bytes = num_channels * PCM_FORMAT_WIDTH(format) / 8; in cras_helper_play_buffer()
883 buf += chunk * output_channels * PCM_FORMAT_WIDTH(format) / 8; in cras_dsp_pipeline_apply()