Lines Matching defs:width
219 sample bits (width) not the physical sample space.
3150 int width;
3155 width = snd_pcm_format_physical_width(format);
3161 if (dst_area->step == (unsigned int) width &&
3162 width != 24 &&
3164 unsigned int dwords = samples * width / 64;
3166 samples -= dwords * 64 / width;
3174 switch (width) {
3244 SNDMSG("invalid format width %d", width);
3262 int width = snd_pcm_format_physical_width(format);
3277 dst_areas->first != dst_areas[-1].first + width)
3280 if (chns > 1 && chns * width == step) {
3285 d.step = width;
3317 int width;
3327 width = snd_pcm_format_physical_width(format);
3328 if (src_area->step == (unsigned int) width &&
3329 dst_area->step == (unsigned int) width) {
3330 size_t bytes = samples * width / 8;
3331 samples -= bytes * 8 / width;
3340 switch (width) {
3414 SNDMSG("invalid format width %d", width);
3435 int width = snd_pcm_format_physical_width(format);
3463 src_areas->first != src_areas[-1].first + width ||
3464 dst_areas->first != dst_areas[-1].first + width)
3467 if (chns > 1 && chns * width == step) {
3475 s.step = width;
3478 d.step = width;