Lines Matching defs:width
42 * @copy_fn: copy function for PCM-specific format and width
329 int width = snd_pcm_format_physical_width(runtime->format);
334 if (snd_pcm_format_big_endian(runtime->format) || width == 8)
336 else if (width == 16)
338 else if (width == 24)
340 else if (width == 32)
343 if (snd_pcm_format_big_endian(runtime->format) || width == 8)
345 else if (width == 16)
347 else if (width == 24)
349 else if (width == 32)