Lines Matching defs:output
45 snd_output_t *output;
119 snd_output_t *output)
134 handle->output = output;
135 handle->state = output;
354 static int parse_config_file(const char *file, snd_output_t *output);
356 static int parse_config(int argc, char *argv[], snd_output_t *output,
611 err = create_loopback(&loop, play, capt, output);
653 return parse_config_file(arg_config, output);
656 static int parse_config_file(const char *file, snd_output_t *output)
714 err = parse_config(argc, argv, output, 0);
729 snd_output_t *output = thread->output;
778 snd_output_printf(output, "pool took %lius\n", timediff(tv2, tv1));
855 snd_output_t *output;
858 err = snd_output_stdio_attach(&output, stdout, 0);
863 err = parse_config(argc, argv, output, 1);
926 threads[k].output = output;