Lines Matching full:jack
2 * JACK Audio Connection Kit input device
25 #include <jack/jack.h>
96 /* Copy and interleave audio data from the JACK buffer into the packet */
154 /* Register as a JACK client, using the context url as client name. */
157 av_log(context, AV_LOG_ERROR, "Unable to register as a JACK client\n");
169 /* Register JACK ports */
184 /* Register JACK callbacks */
270 /* Activate the JACK client on first packet read. Activating the JACK client
278 "JACK client registered and activated (rate=%dHz, buffer_size=%d frames)\n",
281 av_log(context, AV_LOG_ERROR, "Unable to activate JACK client\n");
291 "Input error: timed out when waiting for JACK process callback output\n");
300 av_log(context, AV_LOG_ERROR, "Input error: JACK server is gone\n");
311 av_log(context, AV_LOG_WARNING, "JACK xrun\n");
338 .class_name = "JACK indev",
346 .name = "jack",
347 .long_name = NULL_IF_CONFIG_SMALL("JACK Audio Connection Kit"),