Lines Matching refs:path_count
66 xfer->path_count = count;
179 if (xfer->path_count == 1 &&
209 if (xfer->path_count == 1) {
219 if (xfer->path_count > 1) {
430 if (xfer->path_count > 1)
431 len += (unsigned int)log10(xfer->path_count) + 2;
437 if (xfer->path_count == 1) {
458 if (xfer->path_count > 1)
459 len += (unsigned int)log10(xfer->path_count) + 2;
465 if (xfer->path_count == 1) {
498 static int create_paths(struct xfer_context *xfer, unsigned int path_count)
506 assert(xfer->path_count == 1);
517 xfer->paths = calloc(path_count, sizeof(*xfer->paths));
522 xfer->path_count = path_count;
526 for (i = 0; i < xfer->path_count; ++i) {
554 for (i = 0; i < xfer->path_count; ++i) {
579 if (xfer->path_count == 1) {
590 if (xfer->path_count != xfer->samples_per_frame)
599 for (i = 0; i < xfer->path_count - 1; ++i) {
608 for (j = i + 1; j < xfer->path_count; ++j) {
616 if (j < xfer->path_count)
623 for (i = 0; i < xfer->path_count; ++i)